fish/functions/fzf-fish.fish @ 5e93682ea728
train my stupid fuckin brain to touch the yubikey
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 24 Jul 2018 00:37:36 +0000 |
parents |
c3167738abd5 |
children |
(none) |
function fzf-fish
set -q FZF_FIND_FILE_COMMAND
or set -l FZF_FIND_FILE_COMMAND "ffind --semi-restricted --depth=15 --follow"
fish -c "$FZF_FIND_FILE_COMMAND" | fzf -m --height 15 | read -l selects
and commandline -i "\"$selects\""
commandline -f repaint
end
# https://github.com/fisherman/fzf/blob/master/key_bindings.fish