nb config

This commit is contained in:
2024-11-11 00:28:50 +01:00
parent 96d26c5431
commit 7ec31696fc
3 changed files with 16 additions and 6 deletions

View File

@@ -45,8 +45,8 @@ local defaults = {
-- ["<C-j>"] = "<C-w>j",
-- ["<C-k>"] = "<C-w>k",
-- ["<C-l>"] = "<C-w>l",
["<C-h>"] = ":tabprevious<CR><CR>",
["<C-l>"] = ":tabnext<CR><CR>",
["<C-j>"] = ":tabprevious<CR><CR>",
["<C-k>"] = ":tabnext<CR><CR>",
["<C-n>"] = ":tabnew<CR><CR>",
["<C-q>"] = ":tabclose<CR><CR>",