“TMux Mouch Scroll Enable” Kode Jawaban

tmux mengaktifkan gulungan mouse

tmux set -g mouse on
Cautious Caiman

TMux Mouch Scroll Enable

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

Jawaban yang mirip dengan “TMux Mouch Scroll Enable”

Pertanyaan yang mirip dengan “TMux Mouch Scroll Enable”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya