mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 03:13:37 +08:00
7 lines
122 B
Fish
7 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
|