🗑️ remove(nvim): tab keymaps because they conflicted with luasnip

This commit is contained in:
Sergio Laín 2024-01-02 10:18:57 +01:00
parent 88a09e0b44
commit 0401e35e9e
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -25,8 +25,6 @@ map("n", "+", "<C-a>")
map("n", "-", "<C-x>")
-- 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>tabprevious<cr>", { desc = "Previous Tab" })