refactor: Cleaning chadrc, moved to custom & moved default_config to core
This commit is contained in:
parent
22f89cfeef
commit
ca1ad15ad2
7 changed files with 53 additions and 241 deletions
|
|
@ -131,8 +131,8 @@ M.bufferline = function()
|
|||
map("n", m.moveDown, "<C-w>j")
|
||||
end
|
||||
|
||||
M.chadsheet = function()
|
||||
local m = plugin_maps.chadsheet
|
||||
M.cheatsheet = function()
|
||||
local m = plugin_maps.cheatsheet
|
||||
|
||||
map("n", m.default_keys, ":lua require('cheatsheet').show_cheatsheet_telescope() <CR>")
|
||||
map(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue