fish: add ctrl-space shortcut for zi

This commit is contained in:
2025-10-28 09:06:40 +01:00
parent ca20fa6c35
commit 54952923f3
+4
View File
@@ -47,6 +47,10 @@ with lib; {
end
nix shell $args
'';
fish_user_key_bindings = ''
bind ctrl-space 'zi; commandline -f repaint'
bind -M insert ctrl-space 'zi; commandline -f repaint'
'';
};
};
}