Init
This commit is contained in:
9
.config/nvim/lua/mappings.lua
Normal file
9
.config/nvim/lua/mappings.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
require "nvchad.mappings"
|
||||
|
||||
-- add yours here
|
||||
|
||||
local map = vim.keymap.set
|
||||
|
||||
map("n", ";", ":", { desc = "CMD enter command mode" })
|
||||
-- map({ "n", "i", "v" }, "<C-s>", "<cmd> w <cr>")
|
||||
|
Reference in New Issue
Block a user