nvim repeat shortcut made silent
This commit is contained in:
+1
-1
@@ -912,7 +912,7 @@ map("v", "<Tab>", ">gv", { noremap = true })
|
|||||||
map("v", "<S-Tab>", "<gv", { noremap = true })
|
map("v", "<S-Tab>", "<gv", { noremap = true })
|
||||||
map("n", "<leader>o", "m`o<Esc>``", { noremap = true }) -- Insert a newline in normal mode
|
map("n", "<leader>o", "m`o<Esc>``", { noremap = true }) -- Insert a newline in normal mode
|
||||||
-- repeat and next
|
-- repeat and next
|
||||||
map("n", "\\", "n.", { noremap = true })
|
map("n", "\\", "n.", { noremap = true, silent = true })
|
||||||
|
|
||||||
-- WINDOWS / BUFFERS
|
-- WINDOWS / BUFFERS
|
||||||
-- make splits and tabs
|
-- make splits and tabs
|
||||||
|
|||||||
Reference in New Issue
Block a user