From 24f5bcd5474579f7a02a87109fedb39959383232 Mon Sep 17 00:00:00 2001 From: Zeph Levy <171337931+ZephLevy@users.noreply.github.com> Date: Thu, 4 Dec 2025 10:43:53 +0100 Subject: [PATCH] Home-manager: use C-i to close Helix buffer rather than C-x --- home-manager/modules/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/helix.nix b/home-manager/modules/helix.nix index 1fe7ca2..7c11769 100644 --- a/home-manager/modules/helix.nix +++ b/home-manager/modules/helix.nix @@ -74,7 +74,7 @@ f = "open_below"; F = "open_above"; "C-o" = ":buffer-close-others"; - "C-x" = ":buffer-close"; + "C-i" = ":buffer-close"; p = "paste_before"; y = "yank_main_selection_to_clipboard";