🗑️ remove(nvim): redundant keymap

This commit is contained in:
Sergio Laín 2023-11-16 02:18:03 +01:00
parent 04926ea9bd
commit b2b4006ab6
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -145,5 +145,3 @@ map("n", "gd", "<Cmd>lua Scroll('definition')<CR>")
-- LSP go-to-declaration:
map("n", "gD", "<Cmd>lua Scroll('declaration')<CR>")
map("n", "<M-BS>", "<Cmd>noh<CR>", { noremap = true, silent = true, desc = "Clear Search" })