new: nvim: H, L for gT, gt
This commit is contained in:
parent
56a5ab4dbb
commit
18107e2a1b
1 changed files with 5 additions and 2 deletions
|
@ -200,6 +200,9 @@ vim.opt.undofile = true -- Save undo history
|
||||||
vim.o.completeopt = 'menuone,noselect' -- for better completion experience
|
vim.o.completeopt = 'menuone,noselect' -- for better completion experience
|
||||||
vim.o.termguicolors = true
|
vim.o.termguicolors = true
|
||||||
|
|
||||||
|
vim.keymap.set('n', 'H', '<cmd>tabp<cr>', { desc = 'tab previous' })
|
||||||
|
vim.keymap.set('n', 'L', '<cmd>tabn<cr>', { desc = 'tab next' })
|
||||||
|
|
||||||
-- color scheme
|
-- color scheme
|
||||||
require('catppuccin').setup({
|
require('catppuccin').setup({
|
||||||
transparent_background = true,
|
transparent_background = true,
|
||||||
|
|
Loading…
Reference in a new issue