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.fish4
1 files changed, 0 insertions, 4 deletions
diff --git a/share/functions/fish_vi_mode.fish b/share/functions/fish_vi_mode.fish
index b4fbe63a..8c89a53e 100644
--- a/share/functions/fish_vi_mode.fish
+++ b/share/functions/fish_vi_mode.fish
@@ -1,8 +1,4 @@
function fish_vi_mode
- # Set the __fish_vi_mode variable
- # This triggers fish_mode_prompt to output the mode indicator
- set -g __fish_vi_mode 1
-
# Turn on vi keybindings
set -g fish_key_bindings fish_vi_key_bindings
end