summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/commandline/fish.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/commandline/fish.fish b/common/commandline/fish.fish
index 5e5d31e..a9d98cb 100644
--- a/common/commandline/fish.fish
+++ b/common/commandline/fish.fish
@@ -1,7 +1,7 @@
1# Disable greeting 1# Disable greeting
2set fish_greeting 2set fish_greeting
3set -g fish_key_bindings fish_vi_key_bindings 3set -g fish_key_bindings fish_vi_key_bindings
4set -g grc_plugin_ignore_execs ls systemctl 4set -U grc_plugin_ignore_execs ls systemctl
5 5
6bind -M insert \cz 'fg ; commandline -f repaint' 6bind -M insert \cz 'fg ; commandline -f repaint'
7 7