fish-shell/share/functions/fish_vi_mode.fish

6 lines
182 B
Fish
Raw Normal View History

2014-08-24 12:40:49 +00:00
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