summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-03-04 01:13:43 +0100
committerOliver Kiddle <opk@zsh.org>2017-03-04 01:13:43 +0100
commit929fa17a2fd08e32e87dbd5ca8b7c109891eac3c (patch)
tree15a36749351340476f8465cd09f0f253bf3d716e /Completion
parentcae214551bc1c2b5ee0fa2a36d81ffec8a6f3498 (diff)
downloadzsh-929fa17a2fd08e32e87dbd5ca8b7c109891eac3c.tar.gz
zsh-929fa17a2fd08e32e87dbd5ca8b7c109891eac3c.tar.xz
zsh-929fa17a2fd08e32e87dbd5ca8b7c109891eac3c.zip
unposted: complete 'tiled' layout for tmux
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_tmux2
1 files changed, 1 insertions, 1 deletions
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() {