update to neovim usage
This commit is contained in:
parent
c835e9abb4
commit
3f64029b8a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue