mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
update keymap comment string
This commit is contained in:
parent
6dfd9c49c1
commit
8fb4d95e6c
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ keymap("x", "<C-v>", "p", opts)
|
|||
keymap("n", "<C-z>", "u", opts)
|
||||
keymap("x", "<C-z>", ":undo<CR>", opts)
|
||||
keymap("v", "<C-z>", ":undo<CR>", opts)
|
||||
keymap("n", "<C-_>", "<esc><cmd>lua require('Comment.api').toggle.linewise(vim.fn.visualmode())<cr>", opts)
|
||||
keymap("v", "<C-_>", "<esc><cmd>lua require('Comment.api').toggle.linewise(vim.fn.visualmode())<cr>", opts)
|
||||
|
||||
-- Resize with arrows
|
||||
-- keymap("n", "<C-Up>", ":resize -2<CR>", opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue