fish/functions/fzf-fish.fish @ 5cc299c204c4
Add idea script
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sun, 03 Jun 2018 13:13:44 -0400 |
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