diff options
| -rwxr-xr-x | gemlog-new | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |
