updates incl bigass refresh of vim init

This commit is contained in:
Henrik Bakken
2020-10-08 20:25:41 +02:00
parent df57e62c5f
commit fc8392a528
8 changed files with 492 additions and 467 deletions
+8
View File
@@ -0,0 +1,8 @@
function fish_user_key_bindings
bind --preset _ beginning-of-line
bind \eh __fzf_reverse_isearch
bind \eF __fzf_open
bind -M insert \ec '__fzf_cd --hidden'
bind -M insert \ep __fzf_find_file
bind -M insert \ef '__fzf_open --editor'
end