2014-08-24 12:40:49 +00:00
|
|
|
function fish_vi_mode
|
2016-04-12 18:41:35 +00:00
|
|
|
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
|
2013-12-31 15:17:03 +00:00
|
|
|
end
|