.
This commit is contained in:
parent
eb7d49c0ca
commit
94f314c7ea
1 changed files with 1 additions and 2 deletions
|
|
@ -36,8 +36,6 @@ end)
|
|||
map("n", "<X1Mouse>", "<C-O>", { silent = true, desc = "go back with mouse" })
|
||||
map("n", "<X2Mouse>", "<C-I>", { silent = true, desc = "go forward with mouse" })
|
||||
|
||||
map("n", "<C-Tab>", "<cmd>e #<cr>", { desc = "Switch to Other Buffer" })
|
||||
|
||||
-- Keybindings to make split navigation easier.
|
||||
-- Use CTRL+<hjkl> to switch between windows
|
||||
--
|
||||
|
|
@ -47,6 +45,7 @@ map("n", "<C-l>", "<C-w><C-l>", { desc = "Move focus to the right window" })
|
|||
map("n", "<C-j>", "<C-w><C-j>", { desc = "Move focus to the lower window" })
|
||||
map("n", "<C-k>", "<C-w><C-k>", { desc = "Move focus to the upper window" })
|
||||
|
||||
map("n", "<C-Tab>", "<cmd>e #<cr>", { desc = "Switch to Other Buffer" })
|
||||
map("n", "<S-h>", ":bprevious<CR>", { desc = "Previous buffer" })
|
||||
map("n", "<S-l>", ":bnext<CR>", { desc = "Next buffer" })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue