mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
update
This commit is contained in:
parent
3d0bf5f8a5
commit
2febe9f1b9
2 changed files with 3 additions and 3 deletions
|
@ -33,8 +33,8 @@ keymap("v", "<C-v>", "p", opts)
|
|||
keymap("i", "<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)
|
||||
keymap("x", "<C-z>", ":undo<CR>", opts)
|
||||
keymap("v", "<C-z>", ":undo<CR>", opts)
|
||||
|
||||
-- Resize with arrows
|
||||
-- keymap("n", "<C-Up>", ":resize -2<CR>", opts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue