diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 13:37:50 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:15 -0400 |
commit | f9882dd983d4f723dae2a20647699347120215d2 (patch) | |
tree | fc3e51db588469fc526af0ae6da2fe829bacdf12 /system/tm | |
parent | 47aee82cca04b482153d5e02e7a23a4379a64cc4 (diff) |
system/tm: Move setup instructions to README.SBo.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/tm')
-rw-r--r-- | system/tm/README | 24 | ||||
-rw-r--r-- | system/tm/README.SBo | 23 |
2 files changed, 24 insertions, 23 deletions
diff --git a/system/tm/README b/system/tm/README index e6b671fe9da4c..b0b2b9390a5c8 100644 --- a/system/tm/README +++ b/system/tm/README @@ -10,26 +10,4 @@ its happy to do any other tmux session too. repeatable session files. See /usr/doc/tm-yyyymmdd/README.org & examples/ -To create a repeatable tm/tmux session file: -create folder: ~.tmux.d -create file: remotes (example) - -REMOTES -NONE -root@remote_host1 -root@remote_host2 - -The stock Slackware /etc/tmux.conf file can be modified to -work better with multiple tmux panes. These changes help if -replacing clusterssh with tm/tmux. The lines below are copied from -/usr/doc/tmux-x.x/example_tmux.conf and added to a stock Slackware -/etc/tmux.conf. - -# Turn the mouse on, but without copy mode dragging -set -g mouse on -unbind -n MouseDrag1Pane -unbind -Tcopy-mode MouseDrag1Pane - -# Keys to toggle monitoring activity in a window, and synchronize-panes -bind m set monitor-activity -bind y set synchronize-panes\; display 'synchronize-panes #{?synchronize-panes,on,off}' +See README.SBo for post-install config instructions. diff --git a/system/tm/README.SBo b/system/tm/README.SBo new file mode 100644 index 0000000000000..2a9cac8cd0cef --- /dev/null +++ b/system/tm/README.SBo @@ -0,0 +1,23 @@ +To create a repeatable tm/tmux session file: +create folder: ~.tmux.d +create file: remotes (example) + +REMOTES +NONE +root@remote_host1 +root@remote_host2 + +The stock Slackware /etc/tmux.conf file can be modified to +work better with multiple tmux panes. These changes help if +replacing clusterssh with tm/tmux. The lines below are copied from +/usr/doc/tmux-x.x/example_tmux.conf and added to a stock Slackware +/etc/tmux.conf. + +# Turn the mouse on, but without copy mode dragging +set -g mouse on +unbind -n MouseDrag1Pane +unbind -Tcopy-mode MouseDrag1Pane + +# Keys to toggle monitoring activity in a window, and synchronize-panes +bind m set monitor-activity +bind y set synchronize-panes\; display 'synchronize-panes #{?synchronize-panes,on,off}' |