1
1
Fork 0

Add fish config

This commit is contained in:
Jonathan Schleifer 2020-01-21 00:11:28 +00:00
parent c4af1c28aa
commit f1d4f3fd36
16 changed files with 215 additions and 0 deletions

View file

@ -0,0 +1,7 @@
function hybrid_bindings --description 'Vi bindings with a bit of Emacs bindings'
for mode in default insert visual
fish_default_key_bindings -M $mode
end
fish_vi_key_bindings --no-erase
end