about summary refs log tree commit diff
path: root/Completion/Unix/Command/_tmux
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-01-19 09:48:23 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-01-19 09:48:23 +0000
commit6190f5f5e20c32136e52c33f96de32815aad18a8 (patch)
tree45cbc272c757d6310fde016a026cbe588940bd27 /Completion/Unix/Command/_tmux
parentec7b7e09e9a7fd189a528f9eb72aa2eee1e764e1 (diff)
downloadzsh-6190f5f5e20c32136e52c33f96de32815aad18a8.tar.gz
zsh-6190f5f5e20c32136e52c33f96de32815aad18a8.tar.xz
zsh-6190f5f5e20c32136e52c33f96de32815aad18a8.zip
Frank: 27606: tmux -d
Diffstat (limited to 'Completion/Unix/Command/_tmux')
-rw-r--r--Completion/Unix/Command/_tmux1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index 7b29a9f44..f8ea1a0e8 100644
--- a/Completion/Unix/Command/_tmux
+++ b/Completion/Unix/Command/_tmux
@@ -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'
     )