diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | 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 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' ) |