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