mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Add sourceable script file to enable vi mode
This commit is contained in:
parent
a302f37447
commit
f408bc4808
1 changed files with 5 additions and 0 deletions
5
share/functions/fish_vi_mode.fish
Normal file
5
share/functions/fish_vi_mode.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
function fish_prompt
|
||||
fish_vi_prompt
|
||||
end
|
||||
|
||||
fish_vi_key_bindings
|
Loading…
Reference in a new issue