Add edit notes mapping

This commit is contained in:
Marcelo Jacobus 2024-11-27 14:02:13 -03:00
parent 92b6dbf22f
commit 1536537fc6

View file

@ -188,3 +188,6 @@ map("n", "<leader>m4", "'d", { desc = "Go to mark 'd'" })
map("n", "<leader>mE", "me", { desc = "Set mark 'e'" })
map("n", "<leader>me", "'e", { desc = "Go to mark 'e'" })
map("n", "<leader>m5", "'e", { desc = "Go to mark 'e'" })
-- Notes
map("n", "<leader>no", ":vs ~/.tmp/notes.md<cr>", { desc = "Open notes" })