Don't map 0 to #if 0 in normal mode
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
local opts = { buffer = true, remap = false, silent = true }
|
||||
vim.keymap.set('n', '0', ':PreProcIfWrap<CR>', opts)
|
||||
vim.keymap.set('v', '0', ':PreProcIfWrap<CR>', opts)
|
||||
|
||||
Reference in New Issue
Block a user