🗝
summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index e07c36d..778c0c5 100644
--- a/zshrc
+++ b/zshrc
@@ -25,7 +25,7 @@ unset keymap_file
 [[ -n "${key[CtrlLeft]}"      ]] && bindkey -- "${key[CtrlLeft]}"      backward-word
 [[ -n "${key[CtrlRight]}"     ]] && bindkey -- "${key[CtrlRight]}"     forward-word
 
-export EDITOR=nano
+export EDITOR=micro
 export PAGER=less
 alias zm=zmachine
 alias zmachine="$EDITOR ~/.config/zsh/machine.zsh"