Vim is improved!
This commit is contained in:
parent
1081e2edb1
commit
83419e363f
1 changed files with 1 additions and 1 deletions
2
ext/post
2
ext/post
|
@ -2,7 +2,7 @@
|
|||
# encoding: utf-8
|
||||
|
||||
OUTPUT_DIR = File.expand_path("~/projects/fnordig.de/_posts")
|
||||
EDITOR = ENV['EDITOR'] || 'vi'
|
||||
EDITOR = ENV['EDITOR'] || 'vim'
|
||||
EXTENSION=".markdown"
|
||||
HEADER = <<EOF
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue