return { -- first key is the mode n = { -- second key is the lefthand side of the map -- mappings seen under group name "Buffer" ["bb"] = { "tabnew", desc = "New tab" }, ["bc"] = { "BufferLinePickClose", desc = "Pick to close" }, ["bj"] = { "BufferLinePick", desc = "Pick to jump" }, ["bt"] = { "BufferLineSortByTabs", desc = "Sort by tabs" }, -- quick save -- [""] = { ":w!", desc = "Save File" }, -- change description but the same command ["b"] = { name = "Buffer" }, ["P"] = { "Telescope projects", desc = "projects" }, ["."] = { "Ranger", desc = "ranger" }, }, t = { -- setting a mapping to false will disable it -- [""] = false, }, }