diff options
| author | Bart Schaefer <barts@users.sourceforge.net> | 2009-11-11 15:54:14 +0000 |
|---|---|---|
| committer | Bart Schaefer <barts@users.sourceforge.net> | 2009-11-11 15:54:14 +0000 |
| commit | c864e7790e6ed0eb28cfab95519b203c916e2180 (patch) | |
| tree | 26a157839b0d57c5383a804a25479e99c6cce5b8 /Completion/Unix/Command/_tmux | |
| parent | Greg Klanderman: 27377 (slightly tweaked): Completion/Unix/Command/_rm: fix (diff) | |
| download | zsh-c864e7790e6ed0eb28cfab95519b203c916e2180.tar zsh-c864e7790e6ed0eb28cfab95519b203c916e2180.tar.gz zsh-c864e7790e6ed0eb28cfab95519b203c916e2180.tar.bz2 zsh-c864e7790e6ed0eb28cfab95519b203c916e2180.tar.lz zsh-c864e7790e6ed0eb28cfab95519b203c916e2180.tar.xz zsh-c864e7790e6ed0eb28cfab95519b203c916e2180.tar.zst zsh-c864e7790e6ed0eb28cfab95519b203c916e2180.zip | |
Frank Terbeck: 27364: Completion/Unix/Command/_tmux: fix cut'n'paste error
in descriptions
Diffstat (limited to 'Completion/Unix/Command/_tmux')
| -rw-r--r-- | Completion/Unix/Command/_tmux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux index c6f407f26..0eef68382 100644 --- a/Completion/Unix/Command/_tmux +++ b/Completion/Unix/Command/_tmux @@ -654,8 +654,8 @@ function _tmux-resize-pane() { [[ -n ${tmux_describe} ]] && print "Resize a pane" && return args=( '-D[Resize downward]' - '-D[Resize to the left]' - '-D[Resize to the right]' + '-L[Resize to the left]' + '-R[Resize to the right]' '-U[Resize upward]' '-t[Choose target pane]:pane:__tmux-panes' '1::adjustment (defaults to one):_guard "[0-9]#" "numeric value"' |
