vim > nano
[dotfiles.git] / 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"