Skip to content

Commit

Permalink
Add -r to the Zsh completion
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Jan 9, 2024
1 parent 46b7c5a commit f5ea4e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions completion/zsh/_xpanes
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ _xpanes () {
"($opts_omit -s -ss --ssh)-s[Speedy mode: Run command without opening an interactive shell.]" \
"($opts_omit -ss -s)-ss[Speedy mode AND close a pane automatically at the same time as process exiting.]" \
"($opts_omit -n)-n[Set the maximum number of <argument> taken for each pane.]:num:" \
"($opts_omit -r)-r[Reuse the existing panes, or create then in the current active window.]" \
"($opts_omit -S)-S[Specify a full alternative path to the server socket.]:filename:_files" \
"($opts_omit -t)-t[Display each argument on the each pane's border as their title.]" \
"($opts_omit -x --stay)-x[Create extra panes in the current active window.]" \
Expand Down

0 comments on commit f5ea4e9

Please sign in to comment.