From 4da395076525f9cac7767a73ffb88fcc810d09ee Mon Sep 17 00:00:00 2001 From: satr14 Date: Wed, 22 Jul 2026 18:03:14 +0700 Subject: [PATCH] fix ctrl backspace --- modules/home/core/cli.nix | 3 +++ 1 file changed, 3 insertions(+) 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;