mirror of
https://github.com/Dannecron/nvchad-starter.git
synced 2025-12-25 20:02:33 +03:00
customize config
This commit is contained in:
@@ -6,5 +6,6 @@ local map = vim.keymap.set
|
||||
|
||||
map("n", ";", ":", { desc = "CMD enter command mode" })
|
||||
map("i", "jk", "<ESC>")
|
||||
map("v", ">", ">gv", { desc = "indent" })
|
||||
|
||||
-- map({ "n", "i", "v" }, "<C-s>", "<cmd> w <cr>")
|
||||
|
||||
Reference in New Issue
Block a user