diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:56:29 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:13 -0400 |
commit | e859ab1cbbfc8c67d710e6fe8c584f57462975c8 (patch) | |
tree | 7a45b300887ff9f12a289521a01be36501ffe67a /system/tm | |
parent | 7ce40485b7caf0e540969b3076b7266781472e64 (diff) | |
download | slackbuilds-e859ab1cbbfc8c67d710e6fe8c584f57462975c8.tar.gz |
system/tm: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/tm')
-rw-r--r-- | system/tm/README | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/system/tm/README b/system/tm/README index b5c10f468c..e6b671fe9d 100644 --- a/system/tm/README +++ b/system/tm/README @@ -1,13 +1,14 @@ * tm - tmux manager/helper -This is a shell script used to ease day-to-day work with tmux (included -with Slackware). It allows easy handling of various types of tmux sessions, -as well as complex setups. It is mainly useful for using tmux as a -ssh-multiplexer and replacement for clusterssh though its happy to do any -other tmux session too. +This is a shell script used to ease day-to-day work with tmux +(included with Slackware). It allows easy handling of various types +of tmux sessions, as well as complex setups. It is mainly useful for +using tmux as a ssh-multiplexer and replacement for clusterssh though +its happy to do any other tmux session too. "tm" can be driven directly from the command line or by using -repeatable session files. See /usr/doc/tm-yyyymmdd/README.org & examples/ +repeatable session files. See /usr/doc/tm-yyyymmdd/README.org & +examples/ To create a repeatable tm/tmux session file: create folder: ~.tmux.d @@ -18,10 +19,11 @@ 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. +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 |