mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-27 19:28:52 +02:00
update
This commit is contained in:
parent
088ecb2b68
commit
3d0bf5f8a5
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ keymap("n", "<C-v>", "p", opts)
|
||||||
keymap("v", "<C-v>", "p", opts)
|
keymap("v", "<C-v>", "p", opts)
|
||||||
keymap("i", "<C-v>", "p", opts)
|
keymap("i", "<C-v>", "p", opts)
|
||||||
keymap("x", "<C-v>", "p", opts)
|
keymap("x", "<C-v>", "p", opts)
|
||||||
|
keymap("n", "<C-z>", "u", opts)
|
||||||
|
keymap("x", "<C-z>", "u", opts)
|
||||||
|
keymap("v", "<C-z>", "u", opts)
|
||||||
|
|
||||||
-- Resize with arrows
|
-- Resize with arrows
|
||||||
-- keymap("n", "<C-Up>", ":resize -2<CR>", opts)
|
-- keymap("n", "<C-Up>", ":resize -2<CR>", opts)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue