You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
279 B
Fish
6 lines
279 B
Fish
6 years ago
|
function __fzf_reverse_isearch
|
||
|
history -z | eval (__fzfcmd) --read0 --tiebreak=index --toggle-sort=ctrl-r $FZF_DEFAULT_OPTS $FZF_REVERSE_ISEARCH_OPTS -q '(commandline)' | perl -pe 'chomp if eof' | read -lz result
|
||
|
and commandline -- $result
|
||
|
commandline -f repaint
|
||
|
end
|