mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add buffer navigation mappings
This commit is contained in:
parent
b0b6a12b23
commit
61f619566a
|
@ -19,6 +19,12 @@ Keymap("n", "<A-2>", ":tabmove +<CR>")
|
||||||
Keymap("n", "<A-1>", ":tabmove -<CR>")
|
Keymap("n", "<A-1>", ":tabmove -<CR>")
|
||||||
Keymap("n", "<A-p>", ":tabp<CR>")
|
Keymap("n", "<A-p>", ":tabp<CR>")
|
||||||
Keymap("n", "<A-n>", ":tabn<CR>")
|
Keymap("n", "<A-n>", ":tabn<CR>")
|
||||||
|
Keymap("n", "<A-c>", ":tabc<CR>")
|
||||||
|
|
||||||
|
-- Buffer navigation
|
||||||
|
Keymap("n", "<A-N>", ":bn<CR>")
|
||||||
|
Keymap("n", "<A-P>", ":bp<CR>")
|
||||||
|
Keymap("n", "<A-d>", ":bd<CR>")
|
||||||
|
|
||||||
-- Set splits navigation to just ALT + hjkl
|
-- Set splits navigation to just ALT + hjkl
|
||||||
Keymap("n", "<C-h>", "<C-w>h")
|
Keymap("n", "<C-h>", "<C-w>h")
|
||||||
|
|
Loading…
Reference in a new issue