Remove ctrl-z keybinding for alacritty

This commit is contained in:
Julian Mutter 2024-03-04 18:22:16 +01:00
parent 451176350f
commit 6d59bf0b43
2 changed files with 5 additions and 4 deletions

View File

@ -98,6 +98,7 @@ config, ... }: {
la = "ls -Alh --color";
grep = "grep --color";
conf = "edit-config";
z = "fzf-z";
};
home.sessionVariables = {

View File

@ -2,7 +2,7 @@ import = [
"~/.config/alacritty/theme/themes/smoooooth.toml"
]
[[keyboard.bindings]]
chars = "fzf-z \r"
key = "Z"
mods = "Control"
# [[keyboard.bindings]]
# chars = "fzf-z \r"
# key = "Z"
# mods = "Control"