diff --git a/modules/home/core/cli.nix b/modules/home/core/cli.nix index 9e9b94e..2dc4b10 100644 --- a/modules/home/core/cli.nix +++ b/modules/home/core/cli.nix @@ -30,6 +30,9 @@ cursor_trail = 10; copy_on_select = true; }; + keybindings = { + "ctrl+backspace" = "send_text all \\x17"; + }; }; ranger = { enable = true;