aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/fish_vi_mode.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/functions/fish_vi_mode.fish')
-rw-r--r--share/functions/fish_vi_mode.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/functions/fish_vi_mode.fish b/share/functions/fish_vi_mode.fish
index 4b54dd00..49023055 100644
--- a/share/functions/fish_vi_mode.fish
+++ b/share/functions/fish_vi_mode.fish
@@ -1,6 +1,6 @@
function fish_vi_mode
echo 'The `fish_vi_mode` function is deprecated.' >&2
- echo 'Please switch to calling `fish_vi_key_bindings`.' >&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