From 94f86edfee9480b0e35af8adc2e4371b3caa3bca Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 3 Jul 2011 18:18:15 +0000 Subject: Include the existing window and session name in the prompt when renaming and add a new key binding ($) for rename session. From Tiago Cunha. --- tmux.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index d33f7857..60d900a3 100644 --- a/tmux.1 +++ b/tmux.1 @@ -233,6 +233,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 & -- cgit