Xonsh use FZF for history search

This commit is contained in:
2021-06-24 15:41:19 -07:00
parent 08a09d522d
commit 4210febfd5

View File

@@ -3,8 +3,11 @@ from pathlib import Path
from typing import List from typing import List
from xonsh.platform import ON_DARWIN, ON_LINUX from xonsh.platform import ON_DARWIN, ON_LINUX
$fzf_history_binding = "c-r"
_xontribs = [ _xontribs = [
"vox", "vox",
"fzf-widgets",
"powerline_binding", "powerline_binding",
] ]