vim > nano
authorAndrew Lorimer <andrew@lorimer.id.au>
Sat, 22 Dec 2018 11:42:59 +0000 (22:42 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Sat, 22 Dec 2018 11:43:26 +0000 (22:43 +1100)
zsh/.zshrc
index eb0c76e832a9f22a9f201a3984e2f7cce5f04c49..5e631ea574e99c06231d42bac821a9edc6599311 100755 (executable)
@@ -24,7 +24,7 @@ WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
 #Allow bash-style comments
 setopt interactivecomments
 
-export EDITOR='nano'
+export EDITOR='vim'
 
 # Timestamp in history command ("mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd")
 HIST_STAMPS="dd.mm.yyyy"