Remove ctrl-z keybinding for alacritty
This commit is contained in:
parent
451176350f
commit
6d59bf0b43
@ -98,6 +98,7 @@ config, ... }: {
|
|||||||
la = "ls -Alh --color";
|
la = "ls -Alh --color";
|
||||||
grep = "grep --color";
|
grep = "grep --color";
|
||||||
conf = "edit-config";
|
conf = "edit-config";
|
||||||
|
z = "fzf-z";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
@ -2,7 +2,7 @@ import = [
|
|||||||
"~/.config/alacritty/theme/themes/smoooooth.toml"
|
"~/.config/alacritty/theme/themes/smoooooth.toml"
|
||||||
]
|
]
|
||||||
|
|
||||||
[[keyboard.bindings]]
|
# [[keyboard.bindings]]
|
||||||
chars = "fzf-z \r"
|
# chars = "fzf-z \r"
|
||||||
key = "Z"
|
# key = "Z"
|
||||||
mods = "Control"
|
# mods = "Control"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user