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: osdep_get_name is broken on OS X

2013-02-12 Thread Nicholas Marriott
Ok, applied thanks! On Mon, Feb 11, 2013 at 09:37:11PM +0900, OZAKI Kiichi wrote: > My patch replaces sysctl with proc_pidinfo. This is the same way as > osdep_get_cwd. > > > On 2013/02/11, at 21:04, Nicholas Marriott > wrote: > > > Ok but what does your patch do and how does it fix the prob