fish: usar fzf para ctrl+r
This commit is contained in:
parent
ed50836d92
commit
93d16feb55
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ set FZF_ALT_C_COMMAND "
|
||||||
command find -L \$dir -mindepth 1 \\( -path \$dir'*/\\.*' \\) -prune \
|
command find -L \$dir -mindepth 1 \\( -path \$dir'*/\\.*' \\) -prune \
|
||||||
-o -type d -print 2> /dev/null | sed 's@^\./@@'"
|
-o -type d -print 2> /dev/null | sed 's@^\./@@'"
|
||||||
fzf_key_bindings
|
fzf_key_bindings
|
||||||
bind \cr history-pager
|
# bind \cr history-pager
|
||||||
|
|
Loading…
Reference in a new issue