diff --git a/xonsh/rc.xsh b/xonsh/rc.xsh index 18caddc..4d13668 100644 --- a/xonsh/rc.xsh +++ b/xonsh/rc.xsh @@ -3,8 +3,11 @@ from pathlib import Path from typing import List from xonsh.platform import ON_DARWIN, ON_LINUX +$fzf_history_binding = "c-r" + _xontribs = [ "vox", + "fzf-widgets", "powerline_binding", ]