nvim: remove new semi-conflicting binds
This commit is contained in:
parent
281d242f33
commit
91bd5b3127
@ -18,6 +18,10 @@ vim.keymap.set("n", "<C-w>", function() harpoon:list():select(2) end)
|
||||
vim.keymap.set("n", "<C-e>", function() harpoon:list():select(3) end)
|
||||
vim.keymap.set("n", "<C-r>", function() harpoon:list():select(4) end)
|
||||
|
||||
-- Fix annoying binds
|
||||
vim.keymap.del("n", "<C-W><C-D>")
|
||||
vim.keymap.del("n", "<C-W>d")
|
||||
|
||||
-- Zenmode
|
||||
vim.keymap.set("n", "<leader>pz", function()
|
||||
require("zen-mode").toggle({
|
||||
|
Loading…
Reference in New Issue
Block a user