mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Fix fish_vi_mode.fish
This commit is contained in:
parent
7fce9e2411
commit
cb29350954
1 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
function fish_prompt
|
||||
fish_vi_prompt
|
||||
function fish_vi_mode
|
||||
function fish_prompt
|
||||
fish_vi_prompt
|
||||
end
|
||||
set -g fish_key_bindings fish_vi_key_bindings
|
||||
end
|
||||
set fish_key_bindings fish_vi_key_bindings
|
||||
#fish_vi_key_bindings
|
||||
|
|
Loading…
Reference in a new issue