update
This commit is contained in:
parent
124108bd28
commit
2b24bdd4a5
2 changed files with 3 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ require "nvchad.mappings"
|
|||
|
||||
local map = vim.keymap.set
|
||||
|
||||
map("n", ";", ":", { desc = "CMD enter command mode" })
|
||||
map("i", "jk", "<ESC>")
|
||||
-- map("n", ";", ":", { desc = "CMD enter command mode" })
|
||||
-- map("i", "jk", "<ESC>")
|
||||
|
||||
-- Tmux
|
||||
map("", "<C-h>", "<cmd> TmuxNavigateLeft<CR>", { desc = "window left" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue