breaking change : re-implement custom mappings | simplify it | add whichkey
fixes #1057 , #1047
This commit is contained in:
parent
4fa0b4ae7d
commit
0844431d37
15 changed files with 442 additions and 240 deletions
|
@ -1,9 +1,3 @@
|
|||
-- example file i.e lua/custom/init.lua
|
||||
|
||||
-- MAPPINGS
|
||||
local map = nvchad.map
|
||||
|
||||
map("n", "<leader>cc", ":Telescope <CR>")
|
||||
map("n", "<leader>q", ":q <CR>")
|
||||
|
||||
-- require("my autocmds file") or just declare them here
|
||||
-- load your globals, autocmds here or anything .__.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue