“tmux mouch scroll atability” Respostas de código

tmux ative rolagem de mouse

tmux set -g mouse on
Cautious Caiman

tmux mouch scroll atability

bind -n WheelUpPane if -t = "test $(echo #{pane_current_command} |grep -e 'man' -e 'less' -e 'journalctl')" "select-pane -t = ; send-keys Up Up Up Up"  "if-shell -F -t = '#{?mouse_any_flag,1,#{pane_in_mode}}' 'send-keys -M' 'select-pane -t = ; copy-mode -e; send-keys -M'"
bind -n WheelDownPane if -t = "test $(echo #{pane_current_command} |grep -e 'man' -e 'less' -e 'journalctl')" "select-pane -t = ; send-keys Down Down Down Down"  "if-shell -F -t = '#{?mouse_any_flag,1,#{pane_in_mode}}' 'send-keys -M' 'select-pane -t = ; copy-mode -e; send-keys -M'"
Azizul7m

Respostas semelhantes a “tmux mouch scroll atability”

Perguntas semelhantes a “tmux mouch scroll atability”

Procure respostas de código populares por idioma

Procurar outros idiomas de código