aboutsummaryrefslogtreecommitdiff
path: root/key-bindings.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-10-24 01:34:30 +0000
committerTiago Cunha <tcunha@gmx.com>2010-10-24 01:34:30 +0000
commitcd079e8fbfb6e2606e000f5357ef3a5cec2f3fe3 (patch)
treeaed55d5695f85f29356246e170ad09fd385d8324 /key-bindings.c
parent8703e9f2f90e52ca69b7126f1aa03b48f86a67f6 (diff)
downloadrtmux-cd079e8fbfb6e2606e000f5357ef3a5cec2f3fe3.tar.gz
rtmux-cd079e8fbfb6e2606e000f5357ef3a5cec2f3fe3.tar.bz2
rtmux-cd079e8fbfb6e2606e000f5357ef3a5cec2f3fe3.zip
Sync OpenBSD patchset 780:
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c
index 79f4005b..66588415 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -1,4 +1,4 @@
-/* $Id: key-bindings.c,v 1.95 2010-09-10 13:36:17 tcunha Exp $ */
+/* $Id: key-bindings.c,v 1.96 2010-10-24 01:34:30 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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 },