mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 16:37:34 +00:00
6 lines
122 B
Fish
6 lines
122 B
Fish
function fish_vi_mode
|
|
function fish_prompt
|
|
fish_vi_prompt
|
|
end
|
|
set -g fish_key_bindings fish_vi_key_bindings
|
|
end
|