mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 09:27:38 +00:00
ba5a22e2ce
This was never mentioned in the documentation as the way to switch to vi-mode, and now does nothing of value anymore.
5 lines
182 B
Fish
5 lines
182 B
Fish
function fish_vi_mode
|
|
echo "This function is deprecated. Please call fish_vi_key_bindings directly" >&2
|
|
# Turn on vi keybindings
|
|
set -g fish_key_bindings fish_vi_key_bindings
|
|
end
|