update to neovim usage

This commit is contained in:
nek0 2016-09-02 16:32:51 +02:00
parent c835e9abb4
commit 3f64029b8a
1 changed files with 1 additions and 1 deletions

View File

@ -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