Re: Implement word motion edit actions

2011-11-26 Thread Nicholas Marriott
Hmm yes this is wrong for emacs and doesn't match what tmux does for 'e' in vi mode either. So we need to do this and then if desired fix vi mode in both so they work like vi: Index: status.c === RCS file: /cvs/src/usr.bin/tmux/status

Re: Jump/search memory

2011-11-26 Thread Nicholas Marriott
On Sat, Nov 19, 2011 at 07:49:42PM -0500, Ben Boeckel wrote: > Hi, > > In Vim, the last jump target character and search string are remembered > so that subsequent 'n', 'N', ';', and ',' commands work without needing > to put the search again. Looking at the code, it doesn't seem *too* hard > to d

Re: set-titles not working with urxvt

2011-11-26 Thread Nicholas Marriott
Add the XT flag, either in the terminfo itself or with terminal-overrides, try set -ga terminal-overrides ",rxvt*:XT" On Sat, Nov 26, 2011 at 04:09:30PM +0100, Matthias Lederhofer wrote: > Hi, > > tmux does not set the title for me when using urxvt. It does work in > xterm. I'm using: > - De

set-titles not working with urxvt

2011-11-26 Thread Matthias Lederhofer
Hi, tmux does not set the title for me when using urxvt. It does work in xterm. I'm using: - Debian squeeze 64 Bit - rxvt-unicode (urxvt) v9.07 - released: 2009-12-27 (TERM=rxvt-unicode) - XTerm(261) (TERM=xterm) I've created a new user without any configuration files to verify that the proble