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:
parent
cae214551b
commit
929fa17a2f
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue