mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
add CTRL + A
This commit is contained in:
parent
12cb6d6764
commit
90f281d542
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ keymap("n", "<C-h>", "<C-w>h", opts)
|
||||||
keymap("n", "<C-j>", "<C-w>j", opts)
|
keymap("n", "<C-j>", "<C-w>j", opts)
|
||||||
keymap("n", "<C-k>", "<C-w>k", opts)
|
keymap("n", "<C-k>", "<C-w>k", opts)
|
||||||
keymap("n", "<C-l>", "<C-w>l", opts)
|
keymap("n", "<C-l>", "<C-w>l", opts)
|
||||||
|
keymap("n", "<C-A>", "ggVG", 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