update to neovim usage

dark_mode
nek0 7 years ago
parent c835e9abb4
commit 3f64029b8a

@ -28,7 +28,7 @@ function main {
done
postname="./posts/$date-${title// /-}.md"
echo -e "---\ntitle: ${title}\nauthor: ${author}\ntags: \ndescription: \n---" >> $postname
vim $postname
nvim $postname
}
main

Loading…
Cancel
Save