From 82f57661edeafbf312d46aba1d0b619d13015eab Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 27 Jan 2025 22:06:33 +0100 Subject: common/fish: fix ctrl-z fg keybind --- 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 44a742e..5e5d31e 100644 --- a/common/commandline/fish.fish +++ b/common/commandline/fish.fish @@ -3,7 +3,7 @@ set fish_greeting set -g fish_key_bindings fish_vi_key_bindings set -g grc_plugin_ignore_execs ls systemctl -bind -M insert ctrl-Z 'fg ; commandline -f repaint' +bind -M insert \cz 'fg ; commandline -f repaint' function ssht ssh -t "$argv" "tmux new-session -A -s 'ssh-$HOST'" -- cgit v1.2.3