use less with mouse

This commit is contained in:
anon 2023-12-06 13:37:00 +01:00
parent 4acea0e379
commit 50c702f110
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ alias xclip='xclip -selection clipboard'
alias tmux="export LINES=${LINES}; export COLUMNS=${COLUMNS}; tmux new-session -t '0' || tmux"
alias wgetpaste="wgetpaste -s 0x0"
alias info="info --vi-keys"
alias less="less --mouse"
# Safety
alias wget='wget --restrict-file-names=windows,ascii'
alias rm='rm -I'

View File

@ -1,2 +1,3 @@
alias bc="bc -l"
stty -ixon # disable flow control and make ^S and ^Q available
export MANPAGER='less --mouse'