|
|
@ -37,10 +37,6 @@ keymap("n", "<C-Right>", ":vertical resize +2<CR>", opts)
|
|
|
|
keymap("n", "<S-l>", ":bnext<CR>", opts)
|
|
|
|
keymap("n", "<S-l>", ":bnext<CR>", opts)
|
|
|
|
keymap("n", "<S-h>", ":bprevious<CR>", opts)
|
|
|
|
keymap("n", "<S-h>", ":bprevious<CR>", opts)
|
|
|
|
|
|
|
|
|
|
|
|
-- Move text up and down
|
|
|
|
|
|
|
|
keymap("n", "<A-j>", "<Esc>:m .+1<CR>==gi", opts)
|
|
|
|
|
|
|
|
keymap("n", "<A-k>", "<Esc>:m .-2<CR>==gi", opts)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- Insert --
|
|
|
|
-- Insert --
|
|
|
|
-- Press jk fast to enter
|
|
|
|
-- Press jk fast to enter
|
|
|
|
keymap("i", "jk", "<ESC>", opts)
|
|
|
|
keymap("i", "jk", "<ESC>", opts)
|
|
|
|