vim > nano
authorAndrew Lorimer <andrew@lorimer.id.au>
Sat, 22 Dec 2018 11:42:59 +0000 (22:42 +1100)
committerAndrew Lorimer <andrew@charles.cortex>
Sat, 22 Dec 2018 11:49:25 +0000 (22:49 +1100)
zsh/.zshrc
index fe835df220b0d1a0274cb5e342642d80f30bf256..7c44adc373c4f0a43d1c99a9000f262bcd706676 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"