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:42:59 +0000 (22:42 +1100)
zsh/.zshrc
index dc9400db792191ac6c1a73549a2564c6aa721f9e..9e1dcc1da8bfa980bfae6275927bbd06f83ca096 100755 (executable)
@@ -27,7 +27,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"