Xonsh use FZF for history search
This commit is contained in:
@@ -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",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user