aboutsummaryrefslogtreecommitdiff
path: root/key-bindings.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2013-01-17 01:38:21 +0000
committerThomas Adam <thomas@xteddy.org>2013-01-17 01:38:21 +0000
commitde194016ec345db2a2a3e0b0d69080e288623597 (patch)
tree8222c9caa50815342d4ed66f2291c8b986926609 /key-bindings.c
parent675c6b37734a622b4530d35505f897310fdb138c (diff)
parente33ba57c13139bc9ae6e92be169de6dc322e38eb (diff)
downloadrtmux-de194016ec345db2a2a3e0b0d69080e288623597.tar.gz
rtmux-de194016ec345db2a2a3e0b0d69080e288623597.tar.bz2
rtmux-de194016ec345db2a2a3e0b0d69080e288623597.zip
Merge branch 'obsd-master'
Diffstat (limited to 'key-bindings.c')
-rw-r--r--key-bindings.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/key-bindings.c b/key-bindings.c
index a6ed32ba..cf5237d4 100644
--- a/key-bindings.c
+++ b/key-bindings.c
@@ -130,7 +130,6 @@ key_bindings_init(void)
{ '?', 0, &cmd_list_keys_entry },
{ 'D', 0, &cmd_choose_client_entry },
{ 'L', 0, &cmd_switch_client_entry },
- { 'U', 1, &cmd_select_layout_entry },
{ '[', 0, &cmd_copy_mode_entry },
{ '\'', 0, &cmd_command_prompt_entry },
{ '\002', /* C-b */ 0, &cmd_send_prefix_entry },
@@ -149,7 +148,6 @@ key_bindings_init(void)
{ 'r', 0, &cmd_refresh_client_entry },
{ 's', 0, &cmd_choose_tree_entry },
{ 't', 0, &cmd_clock_mode_entry },
- { 'u', 1, &cmd_select_layout_entry },
{ 'w', 0, &cmd_choose_window_entry },
{ 'x', 0, &cmd_confirm_before_entry },
{ '{', 0, &cmd_swap_pane_entry },