Re: End of word in copy mode; don't include following character.

2013-02-13 Thread Ben Boeckel
On Wed, Feb 13, 2013 at 10:32:29 +0100, s...@sltosis.org wrote: > I am not sure this is the right words, but I find looking at the EDITOR env > var > a bit 'intrusive' and/or 'optimistic'. (hopefully you'll understand what I > mean) Actually, I think tmux defaults keybindings based on EDITOR, so

Re: End of word in copy mode; don't include following character.

2013-02-13 Thread sam
On Wed, Feb 13, 2013 at 03:25:55AM +, Ben Boeckel wrote: > On Tue, 12 Feb, 2013 at 09:48:38 GMT, Nicholas Marriott wrote: > > Hmm. We can't change next-word-end because it is used by emacs mode so > > we'd have to add yet another new command for vi cursor movement. I don't > > remember if we de

Re: End of word in copy mode; don't include following character.

2013-02-12 Thread Christopher Collins
Thanks guys for looking into it. It is nothing more than a minor nuisance, so I will happily continue using tmux. Chris On Tue, Feb 12, 2013 at 7:25 PM, Ben Boeckel wrote: > On Tue, 12 Feb, 2013 at 09:48:38 GMT, Nicholas Marriott wrote: > > Hmm. We can't change next-word-end because it is use

Re: End of word in copy mode; don't include following character.

2013-02-12 Thread Ben Boeckel
On Tue, 12 Feb, 2013 at 09:48:38 GMT, Nicholas Marriott wrote: > Hmm. We can't change next-word-end because it is used by emacs mode so > we'd have to add yet another new command for vi cursor movement. I don't > remember if we deliberately decided not to do this or not. I have it on my TODO list

Re: End of word in copy mode; don't include following character.

2013-02-12 Thread Nicholas Marriott
Hmm. We can't change next-word-end because it is used by emacs mode so we'd have to add yet another new command for vi cursor movement. I don't remember if we deliberately decided not to do this or not. On Mon, Feb 11, 2013 at 05:36:14AM -0800, Christopher Collins wrote: >Hi Nicholas, > >

Re: End of word in copy mode; don't include following character.

2013-02-11 Thread Christopher Collins
Hi Nicholas, Sorry, I should have mentioned the version number earlier. I am running tmux 1.7. Thanks, Chris On Mon, Feb 11, 2013 at 1:00 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Hi > > What tmux version are you using? > > > On Sun, Feb 10, 2013 at 09:52:05AM -0800, Chris

Re: End of word in copy mode; don't include following character.

2013-02-11 Thread Nicholas Marriott
Hi What tmux version are you using? On Sun, Feb 10, 2013 at 09:52:05AM -0800, Christopher Collins wrote: >I have noticed an inconsistency among tmux copy mode and vim.* In >particular, >the 'e' key behaves slightly differently. > >Here are the behaviors of 'e' that I have observ

End of word in copy mode; don't include following character.

2013-02-10 Thread Christopher Collins
I have noticed an inconsistency among tmux copy mode and vim. In particular, the 'e' key behaves slightly differently. Here are the behaviors of 'e' that I have observed: * tmux copy mode: repositions cursor to end of current word + 1. * vim:repositions cursor to end of curren