diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-07-04 08:22:37 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-07-04 08:22:37 +0000 |
commit | fce026eb32292f412d4fda8cfc495da7b655e99d (patch) | |
tree | d7b359620ebe16e1369c43f94f671e17c8f054b0 /tmux.1 | |
parent | e097f0b4ee30352ef1ea37ef030838b634fdf27e (diff) | |
download | rtmux-fce026eb32292f412d4fda8cfc495da7b655e99d.tar.gz rtmux-fce026eb32292f412d4fda8cfc495da7b655e99d.tar.bz2 rtmux-fce026eb32292f412d4fda8cfc495da7b655e99d.zip |
Sync OpenBSD patchset 928:
Include the existing window and session name in the prompt when renaming
and add a new key binding ($) for rename session. From Tiago Cunha.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 2 2011 $ +.Dd $Mdocdate: July 3 2011 $ .Dt TMUX 1 .Os .Sh NAME @@ -237,6 +237,8 @@ Break the current pane out of the window. Split the current pane into two, top and bottom. .It # List all paste buffers. +.It $ +Rename the current session. .It % Split the current pane into two, left and right. .It & |