This commit is contained in:
rohith 2025-02-22 09:46:02 +05:30
parent 2c86cd9d4b
commit 278cf40e30
24 changed files with 237 additions and 1805 deletions

10
lua/mappings.lua Normal file
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>")