Re: [PATCH 2/3] Copy mode commands left-prune and right-prune to match screen's c and C.

2014-05-15 Thread Keith Amling
; painful navigation to one of the extremes (either wail on "l" at the > > bottom row to get to the rightest column or use "$" on the longest row > > then wail on "j" to navigate to the bottom row). > > > > Keith > > > > Thus spake

Re: [PATCH 2/3] Copy mode commands left-prune and right-prune to match screen's c and C.

2014-05-15 Thread Nicholas Marriott
had to do a > painful navigation to one of the extremes (either wail on "l" at the > bottom row to get to the rightest column or use "$" on the longest row > then wail on "j" to navigate to the bottom row). > > Keith > > Thus spake Nicholas Marrio

Re: [PATCH 2/3] Copy mode commands left-prune and right-prune to match screen's c and C.

2014-05-14 Thread Keith Amling
t; on the longest row then wail on "j" to navigate to the bottom row). Keith Thus spake Nicholas Marriott, at Wed, May 14, 2014 at 07:25:03AM +0100: > Date: Wed, 14 May 2014 07:25:03 +0100 > From: Nicholas Marriott > To: Keith Amling > CC: tmux-users@lists.sourceforge.net &

Re: [PATCH 2/3] Copy mode commands left-prune and right-prune to match screen's c and C.

2014-05-13 Thread Nicholas Marriott
What do these do? On Tue, May 13, 2014 at 08:54:49PM -0700, Keith Amling wrote: > This is mostly straight-forward although it feels like there are a lot > of layers to push it through. Also, I have no idea what's appropriate > [if anything] to bind this to in emacs copy mode. > > Keith > >

[PATCH 2/3] Copy mode commands left-prune and right-prune to match screen's c and C.

2014-05-13 Thread Keith Amling
This is mostly straight-forward although it feels like there are a lot of layers to push it through. Also, I have no idea what's appropriate [if anything] to bind this to in emacs copy mode. Keith --- mode-key.c| 4 screen.c | 12 ++- tmux.h| 7 ++- window-co