add missing '<cr>'
This commit is contained in:
parent
583ab49953
commit
9379ce6b40
1 changed files with 1 additions and 1 deletions
|
@ -76,4 +76,4 @@ vim.api.nvim_set_keymap("n", "<leader>E", ":e ", {})
|
|||
vim.api.nvim_set_keymap("n", "<leader>vr", ":vertical-resize ", {})
|
||||
|
||||
-- fast Todo and way to notes
|
||||
vim.api.nvim_set_keymap("n", "<leader>N", ":e ~/notes/Todo.md", {})
|
||||
vim.api.nvim_set_keymap("n", "<leader>N", ":e ~/notes/Todo.md<cr>", {})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue