|
|
|
@ -28,8 +28,8 @@ keymap("n", "<C-l>", "<C-w>l", opts)
|
|
|
|
|
keymap("n", "<leader>e", ":Lex 30<cr>", opts)
|
|
|
|
|
|
|
|
|
|
-- Resize with arrows
|
|
|
|
|
keymap("n", "<C-Up>", ":resize -2<CR>", opts)
|
|
|
|
|
keymap("n", "<C-Down>", ":resize +2<CR>", opts)
|
|
|
|
|
keymap("n", "<C-Up>", ":resize +2<CR>", opts)
|
|
|
|
|
keymap("n", "<C-Down>", ":resize -2<CR>", opts)
|
|
|
|
|
keymap("n", "<C-Left>", ":vertical resize -2<CR>", opts)
|
|
|
|
|
keymap("n", "<C-Right>", ":vertical resize +2<CR>", opts)
|
|
|
|
|
|
|
|
|
|