Discussion:
tmux complete documentation.
Sinbad
2015-05-04 08:44:47 UTC
Permalink
hi,
i'm unable to find the complete documentation of tmux, detailing the syntax
of each and every
aspect of tmux. for instance i'm trying to look for complete command syntax
of 'split-window'
command i'm unable to find it anywhere. when i type the command under tmux
the syntax
briefly appears and goes away. any pointers to complete documentation will
be helpful.

thanks
Chas. Owens
2015-05-04 12:08:15 UTC
Permalink
On the command line: man tmux

On the Internet:
http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man1/tmux.1?query=tmux&sec=1

The specific section you are looking for:

split-window [-bdhvP] [-c start-directory] [-l size | -p percentage]
[-ttarget-pane] [shell-command] [-F format]

(alias: splitw)

Create a new pane by splitting target-pane: -h does a horizontal split
and -v a vertical split; if neither is specified, -v is assumed.
The -l and -p options specify the size of the new pane in lines (for
vertical split) or in cells (for horizontal split), or as a percentage,
respectively. The -b option causes the new pane to be created to the left
of or above target-pane. All other options have the same meaning as for
the new-window command.
Post by Sinbad
hi,
i'm unable to find the complete documentation of tmux, detailing the
syntax of each and every
aspect of tmux. for instance i'm trying to look for complete command
syntax of 'split-window'
command i'm unable to find it anywhere. when i type the command under tmux
the syntax
briefly appears and goes away. any pointers to complete documentation will
be helpful.
thanks
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
tmux-users mailing list
https://lists.sourceforge.net/lists/listinfo/tmux-users
Loading...