Update mappings.lua

This commit is contained in:
Adrian Filip 2023-04-27 19:41:38 +03:00 committed by GitHub
parent fe54a471d0
commit 90093379a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ return {
["<leader>b"] = { name = "Buffers" },
-- quick save
-- ["<C-s>"] = { ":w!<cr>", desc = "Save File" }, -- change description but the same command
{ "<Tab>", ":bnext<CR>", { noremap = true, silent = true } },
{ "<S-Tab>", ":bprevious<CR>", { noremap = true, silent = true } },
-- { "<Tab>", ":bnext<CR>", { noremap = true, silent = true } },
-- { "<S-Tab>", ":bprevious<CR>", { noremap = true, silent = true } },
},
t = {
-- setting a mapping to false will disable it