Skip to content

Commit

Permalink
Remove buffer keymap (figured out how to move) but add one to close t…
Browse files Browse the repository at this point in the history
…he current buffer
  • Loading branch information
arunoruto committed Oct 14, 2024
1 parent 5db284c commit d8953a8
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions modules/home-manager/server/shell/helix/keys.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
helix.settings.keys = {
normal = {
space.W = [":toggle soft-wrap.enable"];
space.b = {
p = "buffer_picker";
h = "goto_previous_buffer";
l = "goto_next_buffer";
x = ":buffer-close";
};
space.X = [":buffer-close"];
# space.b = {
# p = "buffer_picker";
# h = "goto_previous_buffer";
# l = "goto_next_buffer";
# x = ":buffer-close";
# };
};
};

Expand Down

0 comments on commit d8953a8

Please sign in to comment.