mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:13:55 +00:00
Add a tiled layout, originally from Liam Bedford a while ago, fixed up
by me.
This commit is contained in:
@ -59,6 +59,9 @@ cmd_select_layout_init(struct cmd *self, int key)
|
||||
case ('4' | KEYC_ESCAPE):
|
||||
data->arg = xstrdup("main-vertical");
|
||||
break;
|
||||
case ('5' | KEYC_ESCAPE):
|
||||
data->arg = xstrdup("tiled");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user