nb config
This commit is contained in:
parent
96d26c5431
commit
7ec31696fc
3 changed files with 16 additions and 6 deletions
|
|
@ -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>",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue