make gb work

This commit is contained in:
2026-06-30 11:42:47 +02:00
parent b80cd3136b
commit afaefe5eb9
2 changed files with 1 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ vim.keymap.set({ 'n', 'i', 'v' }, '<D-k>', smart_move("up", "k"), { noremap = tr
{{ end }}
vim.api.nvim_set_keymap('n', 'gb', ':bnext<CR>', { noremap = true, silent = true, desc = "Go back last buffer" });
vim.api.nvim_set_keymap('n', 'gb', '<C-o>', { noremap = true, silent = true, desc = "Go to previous jump" });
vim.api.nvim_set_keymap('t', '<c-[><c-[>', '<C-\\><C-n>', { noremap = true, silent = true, desc = "Escape Terminal" });
vim.api.nvim_create_autocmd('TermOpen', {

View File

@@ -15,7 +15,6 @@ return {
"glsl_analyzer",
"rust_analyzer",
"templ",
"tailwindcss",
"nil_ls",
"gleam",
"ty"