mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
Frank: 27606: tmux -d
This commit is contained in:
parent
ec7b7e09e9
commit
6190f5f5e2
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2010-01-18 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* unposted: Doc/Zsh/contrib.yo: minor clarification in 27604.
|
* unposted: Doc/Zsh/contrib.yo: minor clarification in 27604.
|
||||||
|
@ -12600,5 +12604,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.4864 $
|
* $Revision: 1.4865 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -1009,6 +1009,7 @@ function _tmux-swap-pane() {
|
||||||
args=(
|
args=(
|
||||||
'-D[Move pane down]'
|
'-D[Move pane down]'
|
||||||
'-U[Move pane up]'
|
'-U[Move pane up]'
|
||||||
|
'-d[Do not change the active pane]'
|
||||||
'-s[Choose source pane]:pane:__tmux-panes'
|
'-s[Choose source pane]:pane:__tmux-panes'
|
||||||
'-t[Choose destination pane]:pane:__tmux-panes'
|
'-t[Choose destination pane]:pane:__tmux-panes'
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue