Home-manager: use C-i to close Helix buffer rather than C-x

This commit is contained in:
Zeph Levy 2025-12-04 10:43:53 +01:00
parent 42f819f353
commit 24f5bcd547

View file

@ -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";