diff options
author | Minijackson <minijackson@riseup.net> | 2025-01-27 22:06:33 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2025-01-27 22:06:33 +0100 |
commit | 82f57661edeafbf312d46aba1d0b619d13015eab (patch) | |
tree | e5b707808a39da032cfd1ff63417a82df2966367 /common | |
parent | 3ddd22851f8f725c8277901ac04e34ef2b8b30d9 (diff) | |
download | nixos-config-reborn-82f57661edeafbf312d46aba1d0b619d13015eab.tar.gz nixos-config-reborn-82f57661edeafbf312d46aba1d0b619d13015eab.zip |
common/fish: fix ctrl-z fg keybind
Diffstat (limited to 'common')
-rw-r--r-- | common/commandline/fish.fish | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
3 | set -g fish_key_bindings fish_vi_key_bindings | 3 | set -g fish_key_bindings fish_vi_key_bindings |
4 | set -g grc_plugin_ignore_execs ls systemctl | 4 | set -g grc_plugin_ignore_execs ls systemctl |
5 | 5 | ||
6 | bind -M insert ctrl-Z 'fg ; commandline -f repaint' | 6 | bind -M insert \cz 'fg ; commandline -f repaint' |
7 | 7 | ||
8 | function ssht | 8 | function ssht |
9 | ssh -t "$argv" "tmux new-session -A -s 'ssh-$HOST'" | 9 | ssh -t "$argv" "tmux new-session -A -s 'ssh-$HOST'" |