fix mouse in tmux
This commit is contained in:
parent
62dd4101e4
commit
82de8a8cd1
@ -6,7 +6,7 @@ export EDITOR="nvim"
|
|||||||
export VISUAL="$EDITOR"
|
export VISUAL="$EDITOR"
|
||||||
|
|
||||||
export PAGER="less"
|
export PAGER="less"
|
||||||
export LESS="-nMiSRx4 -# 1 -+X -+F"
|
export LESS="-nMiSRx4 --mouse -# 1 -+X -+F"
|
||||||
|
|
||||||
if command -v "lesspipe.sh" &>/dev/null; then
|
if command -v "lesspipe.sh" &>/dev/null; then
|
||||||
export LESSOPEN="| lesspipe.sh %s"
|
export LESSOPEN="| lesspipe.sh %s"
|
||||||
|
|||||||
@ -18,6 +18,8 @@ bind -T off F12 {
|
|||||||
set status on
|
set status on
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bind WheelUpPane send-keys -N 2 scroll-up
|
||||||
|
bind WheelDownPane send-keys -N 2 scroll-Down
|
||||||
|
|
||||||
bind F12 send-keys F12
|
bind F12 send-keys F12
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user