add mapping cheatsheet (#244)

This commit is contained in:
siduck76
2021-08-16 22:18:08 +05:30
parent eaaefc236d
commit c62e94923a
4 changed files with 54 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ local M = {
nvim_comment = true,
neoscroll_nvim = true,
telescope_media = true,
cheatsheet = false,
},
-- make sure you dont use same keys twice
mappings = {
@@ -88,6 +89,10 @@ local M = {
telescope_media = {
media_files = "<leader>fp",
},
chadsheet = {
default_keys = "<leader>dk",
user_keys = "<leader>uk",
},
bufferline = {
new_buffer = "<S-t>",
newtab = "<C-t>b",