FORMATTED

This commit is contained in:
hakase
2025-04-19 19:09:27 -05:00
commit 2ab8de9d71
11 changed files with 235 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
require "nvchad.mappings"
-- add yours here
local map = vim.keymap.set
map("n", ";", ":", { desc = "CMD enter command mode" })
map("i", "jk", "<ESC>")
-- map({ "n", "i", "v" }, "<C-s>", "<cmd> w <cr>")