This commit is contained in:
Henrik Bakken
2021-03-13 18:41:55 +01:00
parent b8c8d32895
commit bdb97bf9a5
9 changed files with 11 additions and 191 deletions
@@ -0,0 +1,16 @@
function fish_user_key_bindings
for mode in insert default visual
bind -M $mode \cf forward-char
end
bind --preset _ beginning-of-line
bind -M insert \ew __fzf_reverse_isearch
bind -M insert \eo '__fzf_cd --hidden'
bind -M insert \eF __fzf_find_file
bind -M insert \ef __fzf_open
end
fzf_key_bindings
function ll --description 'List contents of directory using long format'
ls -lha $argv
end