From 07c00f1428b371d092b7ad437b05411eda350979 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Wed, 23 Oct 2013 23:34:42 +0800 Subject: [PATCH] README comments about cli commands --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index d187a48636..d3d6243ec9 100644 --- a/README.rst +++ b/README.rst @@ -24,8 +24,12 @@ tmux bash completion .. code-block:: bash $ tmuxp attach-session + # tmuxp will also automatically ``switch-client`` if you are already + # inside a tmux client. $ tmuxp kill-session $ tmuxp load + # load a session configuration with windows, panes, autocommands from + # a YAML or JSON file. See: `bash completion`_