this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lvim: minimamp toggle

+2 -1
+2 -1
vim/lvim/lua/user/keys.lua
··· 21 21 lvim.builtin.which_key.mappings["tn"] = { ":tabnew<cr>", "New tab", mode = { "n" } } 22 22 lvim.builtin.which_key.mappings["td"] = { ":tabclose<cr>", "Close tab", mode = { "n" } } 23 23 24 - -- Writing mode 24 + -- UI toggles 25 25 lvim.builtin.which_key.mappings["Z"] = { ":ZenMode<cr>", "Zen mode", mode = { "n" } } 26 + lvim.builtin.which_key.mappings["m"] = { ":MinimapToggle<cr>", "Minimap toggle", mode = { "n" } } 26 27 27 28 -- Horizontal scrolling 28 29 -- TODO: these don't work! I'd like C-S-l/h, but something doesn't work quite right with shift on mac