From e524158706f8dffe5f69e2fc16f87f2af15ef7c5 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Fri, 14 Mar 2025 15:20:52 +0100 Subject: common/fish: properly configure grc plugin --- common/commandline/fish.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ # Disable greeting set fish_greeting set -g fish_key_bindings fish_vi_key_bindings -set -g grc_plugin_ignore_execs ls systemctl +set -U grc_plugin_ignore_execs ls systemctl bind -M insert \cz 'fg ; commandline -f repaint' -- cgit v1.2.3