Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _tmux: swap-pane completion was missing support for its `-d' option



It was missing from tmux's manual until recently. Here it is.

Regards, Frank
---
 Completion/Unix/Command/_tmux |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index 7b29a9f..a70c968 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 the active pane]'
         '-s[Choose source pane]:pane:__tmux-panes'
         '-t[Choose destination pane]:pane:__tmux-panes'
     )
-- 
1.6.6.rc1.31.g1a56b



Messages sorted by: Reverse Date, Date, Thread, Author