update nvchad config to v2.5
This commit is contained in:
parent
df374efd22
commit
7ddbecbda0
23 changed files with 384 additions and 260 deletions
10
home/private_dot_config/nvim/lua/mappings.lua
Normal file
10
home/private_dot_config/nvim/lua/mappings.lua
Normal 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>")
|
Loading…
Add table
Add a link
Reference in a new issue