diff options
| author | triethyl <triethylammonium@pm.me> | 2025-10-27 14:24:19 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-10-27 14:24:19 -0400 |
| commit | 810e66c0ec4d9531a305cc8390dfb53cae24898c (patch) | |
| tree | 80a78f4b4535036f59f1c62f57d7357507ecfb02 /pkgs/custom-neovim/config/lua/plugins | |
| parent | 35cfd79980890310a5d4100932bd298742a5b170 (diff) | |
neovim: edited session keybinds
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/markdown.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/markdown.lua b/pkgs/custom-neovim/config/lua/plugins/markdown.lua index a8baf81..d81b8e8 100644 --- a/pkgs/custom-neovim/config/lua/plugins/markdown.lua +++ b/pkgs/custom-neovim/config/lua/plugins/markdown.lua @@ -37,6 +37,7 @@ return { mapkey("n", "<leader>mr", "Reset list numbering", ":MDResetListNumbering<cr>") mapkey("n", "<leader>mt", "Toggle table mode", ":Mtm<cr>") mapkey({"n", "v"}, "<leader>mm", "Toggle checkbox", ":MDTaskToggle<cr>") + mapkey("n", "<leader>mv", "Toggle markdown preview", ":RenderMarkdown toggle<cr>") end, } end |
