fix ctrl backspace
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 26s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 26s
This commit is contained in:
parent
9daa215672
commit
4da3950765
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@
|
|||
cursor_trail = 10;
|
||||
copy_on_select = true;
|
||||
};
|
||||
keybindings = {
|
||||
"ctrl+backspace" = "send_text all \\x17";
|
||||
};
|
||||
};
|
||||
ranger = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue