1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-07 23:51:14 +02:00

unposted: complete 'tiled' layout for tmux

This commit is contained in:
Oliver Kiddle 2017-03-04 01:13:43 +01:00
parent cae214551b
commit 929fa17a2f
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2017-03-04 Oliver Kiddle <opk@zsh.org>
* unposted: Completion/Unix/Command/_tmux: complete 'tiled' layout
* unposted: Completion/Unix/Command/_xz: fix argument to --format
* 40715: Completion/Unix/Command/_git: update for git 2.12.0

View file

@ -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() {