mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-06 14:21:14 -03:00
Remove deprecated function
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
function fish_vi_mode
|
||||
echo 'The `fish_vi_mode` function is deprecated.' >&2
|
||||
echo 'Please switch to calling `fish_vi_key_bindings`.' >&2
|
||||
# Turn on vi keybindings
|
||||
set -g fish_key_bindings fish_vi_key_bindings
|
||||
end
|
||||
Reference in New Issue
Block a user