Skip to content

Commit

Permalink
chore: update keymap configuration for oil plugin to prevent conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianAsmussen committed Jan 4, 2025
1 parent c641eba commit 1299cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/home-manager/terminal/nixvim/plugins/oil.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
keymaps = {
"<C-r>" = "actions.refresh";
"<leader>qq" = "actions.close";
"<C-s>" = false; # Used for writing a buffer.
};
};
}

0 comments on commit 1299cf1

Please sign in to comment.