Format project, setup conform format on save, remove redundant commented pieces
This commit is contained in:
@ -1,11 +1,7 @@
|
||||
require "nvchad.mappings"
|
||||
|
||||
-- add yours here
|
||||
|
||||
local map = vim.keymap.set
|
||||
|
||||
map("n", ";", ":", { desc = "CMD enter command mode" })
|
||||
map("i", "jk", "<ESC>")
|
||||
map("n", "<leader>cd", ":cd ..<CR>", { desc = "Go to parent directory" })
|
||||
|
||||
-- map({ "n", "i", "v" }, "<C-s>", "<cmd> w <cr>")
|
||||
|
Reference in New Issue
Block a user