From 929fa17a2fd08e32e87dbd5ca8b7c109891eac3c Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sat, 4 Mar 2017 01:13:43 +0100 Subject: unposted: complete 'tiled' layout for tmux --- Completion/Unix/Command/_tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux index 08d80374f..0917da604 100644 --- a/Completion/Unix/Command/_tmux +++ b/Completion/Unix/Command/_tmux @@ -669,7 +669,7 @@ _tmux-select-layout() { '-o[revert to previous layout]' \ '-p[behave like previous-layout]' \ '-t+[specify a target window]:target window:__tmux-windows' \ - ':layout:(even-horizontal even-vertical main-horizontal main-vertical)' + ':layout:(even-horizontal even-vertical main-horizontal main-vertical tiled)' } _tmux-select-pane() { -- cgit 1.4.1