remove mouse from nano
This commit is contained in:
parent
131744424a
commit
bce733abf2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ alias battery="upower -i /org/freedesktop/UPower/devices/battery_BAT0"
|
||||||
alias screen="screen -U"
|
alias screen="screen -U"
|
||||||
|
|
||||||
# Edit the current command line in $EDITOR
|
# Edit the current command line in $EDITOR
|
||||||
export VISUAL="nano -m" # enable mouse cursor
|
export VISUAL="nano"
|
||||||
autoload -U edit-command-line
|
autoload -U edit-command-line
|
||||||
zle -N edit-command-line
|
zle -N edit-command-line
|
||||||
bindkey '\C-e' edit-command-line
|
bindkey '\C-e' edit-command-line
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue