Vim mode for fish

This commit is contained in:
afonsofrancof 2022-10-18 15:11:09 +01:00
parent a4ac221194
commit 58a0da692e

View file

@ -9,6 +9,9 @@ function config
/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME $argv /usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME $argv
end end
#Vim mode
fish_vi_key_bindings
function vim function vim
nvim $argv nvim $argv
end end