change nvim config
This commit is contained in:
@@ -41,10 +41,14 @@ local defaults = {
|
||||
|
||||
normal_mode = {
|
||||
-- Better window movement
|
||||
["<C-h>"] = "<C-w>h",
|
||||
["<C-j>"] = "<C-w>j",
|
||||
["<C-k>"] = "<C-w>k",
|
||||
["<C-l>"] = "<C-w>l",
|
||||
-- ["<C-h>"] = "<C-w>h",
|
||||
-- ["<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-n>"] = ":tabnew<CR><CR>",
|
||||
["<C-q>"] = ":tabclose<CR><CR>",
|
||||
|
||||
-- Resize with arrows
|
||||
["<C-Up>"] = ":resize -2<CR>",
|
||||
|
||||
Reference in New Issue
Block a user