We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cd0ed commit 07c00f1Copy full SHA for 07c00f1
README.rst
@@ -24,8 +24,12 @@ tmux bash completion
24
.. code-block:: bash
25
26
$ tmuxp attach-session<tab>
27
+ # tmuxp will also automatically ``switch-client`` if you are already
28
+ # inside a tmux client.
29
$ tmuxp kill-session<tab>
30
$ tmuxp load<tab>
31
+ # load a session configuration with windows, panes, autocommands from
32
+ # a YAML or JSON file.
33
34
See: `bash completion`_
35
0 commit comments