summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2010-10-23 13:04:34 +0000
committerNicholas Marriott <nicm@openbsd.org>2010-10-23 13:04:34 +0000
commit5de84eca3dbaa7b9fcc378a58198ced8a2d95a3e (patch)
treea253452ab5ec7f758f1b92466c2bad623b72e5a6 /key-bindings.c
parenta3efd2ab5aa80757dff1570444faae927ece15b8 (diff)
Add a last-pane command (bound to ; by default). Requested ages ago by
somebody whose name I have forgotten.
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 61d392d3..721620ff 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -124,6 +124,7 @@ key_bindings_init(void)
{ '8', 0, &cmd_select_window_entry },
{ '9', 0, &cmd_select_window_entry },
{ ':', 0, &cmd_command_prompt_entry },
+ { ';', 0, &cmd_last_pane_entry },
{ '=', 0, &cmd_choose_buffer_entry },
{ '?', 0, &cmd_list_keys_entry },
{ 'D', 0, &cmd_choose_client_entry },