Update mappings.lua

This commit is contained in:
Adrian Filip 2023-04-28 00:32:27 +03:00 committed by GitHub
parent ce03e3ae79
commit 2bd080a2bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ return {
-- ["<C-s>"] = { ":w!<cr>", desc = "Save File" }, -- change description but the same command
["<Tab>"] = {":bnext<CR>", desc = "Next buffer" },
["<S-Tab>"] = {":bprevious<CR>", desc = "Previous buffer" },
["gi"] = {vim.lsp.buf.implementation, desc = "Go to implementation"},
},
t = {
-- setting a mapping to false will disable it