diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/simple-denote/internal.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/simple-denote/internal.lua b/lua/simple-denote/internal.lua index 319d069..5f42b44 100644 --- a/lua/simple-denote/internal.lua +++ b/lua/simple-denote/internal.lua @@ -63,7 +63,7 @@ function M.note(options, title, tags) vim.cmd("edit " .. file) if options.add_heading and og_title ~= "" then M.set_heading(og_title, options.ext) - vim.cmd("norm! o") + vim.cmd("norm! 2o") end vim.cmd("startinsert") end |
