aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgemlog-new2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemlog-new b/gemlog-new
index e9f9a7d..94f5154 100755
--- a/gemlog-new
+++ b/gemlog-new
@@ -69,7 +69,7 @@ edit_post() {
> "$_new_post_filename.tmp"
mv "$_new_post_filename.tmp" "$_new_post_filename"
- $EDITOR "$_new_post_filename"
+ nvim -c ":Go" -c "normal 6j" -c "startinsert" "$_new_post_filename"
}
main() {