Skip to content

Commit

Permalink
home (nvim): Prefix buffer deletion with leader key
Browse files Browse the repository at this point in the history
Otherwise there's a noticable input lack when pressing 'b' to jump
one word backwards.
  • Loading branch information
britter committed Feb 24, 2025
1 parent 5f1b5dc commit 6ae4fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/terminal/nvim/navigation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _: {
}
{
action = "<cmd>bdelete<CR>";
key = "bd";
key = "<leader>bd";
mode = ["n"];
}
{
Expand Down

0 comments on commit 6ae4fc6

Please sign in to comment.