mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Add edit notes mapping
This commit is contained in:
parent
92b6dbf22f
commit
1536537fc6
1 changed files with 3 additions and 0 deletions
|
|
@ -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" })
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue