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