mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@ -54,8 +54,8 @@ static void window_tree_key(struct window_mode_entry *,
|
||||
"}"
|
||||
|
||||
static const struct menu_item window_tree_menu_items[] = {
|
||||
{ "Select", 'E', NULL },
|
||||
{ "Expand", 'R', NULL },
|
||||
{ "Select", '\r', NULL },
|
||||
{ "Expand", KEYC_RIGHT, NULL },
|
||||
{ "", KEYC_NONE, NULL },
|
||||
{ "Tag", 't', NULL },
|
||||
{ "Tag All", '\024', NULL },
|
||||
|
Reference in New Issue
Block a user