zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _tmux: the cut'n'paste monster strikes again
@ 2009-11-08 11:07 Frank Terbeck
  2009-11-11 11:02 ` Frank Terbeck
  0 siblings, 1 reply; 4+ messages in thread
From: Frank Terbeck @ 2009-11-08 11:07 UTC (permalink / raw)
  To: zsh-workers

---
 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 c6f407f..0eef683 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"'
-- 
1.6.5.rc2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-11 16:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-08 11:07 PATCH: _tmux: the cut'n'paste monster strikes again Frank Terbeck
2009-11-11 11:02 ` Frank Terbeck
2009-11-11 15:55   ` Bart Schaefer
2009-11-11 16:02     ` Frank Terbeck

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).