use less with mouse
This commit is contained in:
parent
4acea0e379
commit
50c702f110
@ -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'
|
||||
|
@ -1,2 +1,3 @@
|
||||
alias bc="bc -l"
|
||||
stty -ixon # disable flow control and make ^S and ^Q available
|
||||
export MANPAGER='less --mouse'
|
||||
|
Loading…
x
Reference in New Issue
Block a user