markdown preview
This commit is contained in:
parent
cb237fd8aa
commit
3dfe00f79c
3 changed files with 155 additions and 89 deletions
|
@ -3,6 +3,7 @@ return {
|
|||
["<C-d>"] = { "<C-d>zz", desc = "Vertical half page down and center cursor" },
|
||||
["<C-u>"] = { "<C-u>zz", desc = "Vertical half page up and center cursor" },
|
||||
["<leader>gf"] = { ":OpenInGHFile <CR>", desc = "Open in github" },
|
||||
["<leader>mp"] = { ":Glow <CR>", desc = "Markdown preview" }
|
||||
},
|
||||
v = {
|
||||
["<leader>gf"] = { ":OpenInGHFile <CR>", desc = "Open in github" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue