remove possibly dangerous control c alias
This commit is contained in:
parent
f396f4ff74
commit
99b8877021
1 changed files with 0 additions and 1 deletions
1
home.nix
1
home.nix
|
|
@ -239,7 +239,6 @@
|
||||||
};
|
};
|
||||||
keybindings = {
|
keybindings = {
|
||||||
"ctrl+shift+c" = "copy_and_clear_or_interrupt";
|
"ctrl+shift+c" = "copy_and_clear_or_interrupt";
|
||||||
"ctrl+c" = "copy_and_clear_or_interrupt";
|
|
||||||
"ctrl+shift+v" = "paste_from_clipboard";
|
"ctrl+shift+v" = "paste_from_clipboard";
|
||||||
"ctrl+v" = "paste_from_clipboard";
|
"ctrl+v" = "paste_from_clipboard";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue