Skip to content

Commit

Permalink
feat: remove the default lsp keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
XXiaoA committed Jun 1, 2024
1 parent 5e71984 commit 3cba649
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/config/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,8 @@ imap("jj", "<ESC>")

nmap("]b", "<cmd>bnext<CR>", { desc = "Next buffer" })
nmap("[b", "<cmd>bprevious<CR>", { desc = "Previous buffer" })

-- remove the default keymaps from https://github.com/neovim/neovim/pull/28650
vim.keymap.del("n", "grn")
vim.keymap.del("n", "grr")
vim.keymap.del({ "v", "n" }, "gra")

0 comments on commit 3cba649

Please sign in to comment.