aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorDefaultGen <gravel.justness270@slmail.me>2024-06-04 20:19:42 -0400
committerDefaultGen <gravel.justness270@slmail.me>2024-06-04 20:19:42 -0400
commit49a64acdb30ee7643b249e5441447478726250ca (patch)
treed25be52c867cc555debdcdcb5e3f3421a08a9dd3 /lua
parent9831fe1ec019e07251b209e73b3258d082d0ac94 (diff)
downloadsimple-denote.nvim-49a64acdb30ee7643b249e5441447478726250ca.tar.gz
Minor changes
Diffstat (limited to 'lua')
-rw-r--r--lua/simple-denote/internal.lua2
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