diff --git a/dotfiles/system/etc/zsh/zshrc b/dotfiles/system/etc/zsh/zshrc index abe45df..2a9906c 100644 --- a/dotfiles/system/etc/zsh/zshrc +++ b/dotfiles/system/etc/zsh/zshrc @@ -29,7 +29,7 @@ alias battery="upower -i /org/freedesktop/UPower/devices/battery_BAT0" alias screen="screen -U" # Edit the current command line in $EDITOR -export VISUAL="nano -m" # enable mouse cursor +export VISUAL="nano" autoload -U edit-command-line zle -N edit-command-line bindkey '\C-e' edit-command-line