summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-07-03 18:18:15 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-07-03 18:18:15 +0000
commit94f86edfee9480b0e35af8adc2e4371b3caa3bca (patch)
tree0de48cf09349b7a585d10d025d005d3eabfe5358 /key-bindings.c
parentad60a2c952694919ed3985855ef5a00939a937b8 (diff)
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 'key-bindings.c')
-rw-r--r--key-bindings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/key-bindings.c b/key-bindings.c
index a3f7fb42..fe8a7576 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -106,6 +106,7 @@ key_bindings_init(void)
{ '!', 0, &cmd_break_pane_entry },
{ '"', 0, &cmd_split_window_entry },
{ '#', 0, &cmd_list_buffers_entry },
+ { '$', 0, &cmd_command_prompt_entry },
{ '%', 0, &cmd_split_window_entry },
{ '&', 0, &cmd_confirm_before_entry },
{ '(', 0, &cmd_switch_client_entry },