1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 22:51:42 +02:00

Frank: 27606: tmux -d

This commit is contained in:
Peter Stephenson 2010-01-19 09:48:23 +00:00
parent ec7b7e09e9
commit 6190f5f5e2
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-01-19 Peter Stephenson <pws@csr.com>
* Frank: 27606: Completion/Unix/Command/_tmux: tmux -d.
2010-01-18 Peter Stephenson <pws@csr.com>
* unposted: Doc/Zsh/contrib.yo: minor clarification in 27604.
@ -12600,5 +12604,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4864 $
* $Revision: 1.4865 $
*****************************************************

View file

@ -1009,6 +1009,7 @@ function _tmux-swap-pane() {
args=(
'-D[Move pane down]'
'-U[Move pane up]'
'-d[Do not change the active pane]'
'-s[Choose source pane]:pane:__tmux-panes'
'-t[Choose destination pane]:pane:__tmux-panes'
)