mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-13 10:54:30 +02:00
add: update keymap ctrl + v on insert mode
This commit is contained in:
parent
aa58ea9669
commit
6e55fe895d
7 changed files with 18 additions and 10 deletions
|
@ -52,7 +52,7 @@ keymap("v", "<C-c>", '"+y', opts)
|
|||
keymap("x", "<C-c>", '"+y', opts)
|
||||
keymap("n", "<C-v>", '"+P', opts)
|
||||
keymap("v", "<C-v>", '"+P', opts)
|
||||
keymap("i", "<C-v>", '"+P', opts)
|
||||
keymap("i", "<C-v>", "<esc>pa", opts)
|
||||
keymap("x", "<C-v>", '"+P', opts)
|
||||
keymap("n", "<C-Z>", "<cmd>undo<CR>", opts)
|
||||
keymap("x", "<C-Z>", "<esc><cmd>undo<CR>", opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue