Wednesday, February 17, 2016

tmux scroll history

add .tmux.conf

[root@node3 ~]# cat .tmux.conf

setw -g mode-mouse on
set -g history-limit 100000

This allows you to use the macos trackpad to scroll back history without a green bar at the top ending the display

No comments:

Post a Comment