🗑️ remove(nvim): tab keymaps because they conflicted with luasnip
This commit is contained in:
parent
88a09e0b44
commit
0401e35e9e
1 changed files with 0 additions and 2 deletions
|
@ -25,8 +25,6 @@ map("n", "+", "<C-a>")
|
||||||
map("n", "-", "<C-x>")
|
map("n", "-", "<C-x>")
|
||||||
|
|
||||||
-- Tabs
|
-- Tabs
|
||||||
map("n", "<tab>", "<cmd>tabnext<cr>", { desc = "Next Tab" })
|
|
||||||
map("n", "<S-tab>", "<cmd>tabprevious<cr>", { desc = "Previous Tab" })
|
|
||||||
map("n", "]<tab>", "<cmd>tabnext<cr>", { desc = "Next Tab" })
|
map("n", "]<tab>", "<cmd>tabnext<cr>", { desc = "Next Tab" })
|
||||||
map("n", "[<tab>", "<cmd>tabprevious<cr>", { desc = "Previous Tab" })
|
map("n", "[<tab>", "<cmd>tabprevious<cr>", { desc = "Previous Tab" })
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue