remove mouse from nano

This commit is contained in:
Martinez 2016-09-27 15:46:04 +02:00
parent 131744424a
commit bce733abf2

View file

@ -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