Re: C-[aeuk] not working after building from source

2014-06-26 Thread Kartik Agaram
Could you elaborate on how you're interpreting the server log? > tmux got ^A, ^U and ^D correctly My report is regarding ^A, ^E and ^K (to correct it, ^U seems to be working. I'm not sure if I made some mistake or if something changed). The fact that tmux got ^A is perhaps the thread I should tu

Re: C-[aeuk] not working after building from source

2014-06-26 Thread Kartik Agaram
Ah, thanks! 'bindkey -e' did indeed do the trick. So in my default shells I get emacs mode before I set EDITOR, but in any child shells (not just tmux) the presence of EDITOR switches me to vi mode? Am I understanding this correctly? Many thanks again.

Re: C-[aeuk] not working after building from source

2014-06-26 Thread Kartik Agaram
Oh sorry, I expect ^A to move cursor to start of line, ^E to end of line, ^K to delete from cursor to end of line, ^U to delete from cursor to start of line. (I shared a screenshot earlier in this thread showing that they print to screen. Sorry to waste your time.)

Re: C-[aeuk] not working after building from source

2014-06-25 Thread Frank Terbeck
Kartik Agaram wrote: > Ah, thanks! 'bindkey -e' did indeed do the trick. > > So in my default shells I get emacs mode before I set EDITOR, but in any > child shells (not just tmux) the presence of EDITOR switches me to vi mode? > Am I understanding this correctly? In zsh, quite a lot of the functi

Re: C-[aeuk] not working after building from source

2014-06-25 Thread Frank Terbeck
Hi, Kartik Agaram wrote: [...] > spawn: /usr/bin/zsh -- Since you're using zsh, my guess is that this is not a tmux problem at all. I bet your $EDITOR or your $VISUAL looks like "vi" (like "vim" or similar). Then zsh chooses its default line editor mode to be "vi" instead of "emacs". Those inver

Re: C-[aeuk] not working after building from source

2014-06-25 Thread Nicholas Marriott
Well, if cat is receiving ^A inside tmux, then the problem is not tmux. Are you sure your shell is configured so ^A is start of line? Does ^A work in something like emacs? On Tue, Jun 24, 2014 at 11:49:28PM -0700, Kartik Agaram wrote: >Oh sorry, I expect ^A to move cursor to start of line,

Re: C-[aeuk] not working after building from source

2014-06-24 Thread Nicholas Marriott
(GMT+00:00) To: Nicholas Marriott Cc: tmux-users@lists.sourceforge.net Subject: Re: C-[aeuk] not working after building from source Could you elaborate on how you're interpreting the server log? > tmux got ^A, ^U and ^D correctly My report is regarding ^A, ^E and ^K (to correct it,

Re: C-[aeuk] not working after building from source

2014-06-23 Thread Kartik Agaram
Still broken with xterm (I'm on gnome-terminal by default). Here's my tmux-server file. server started, pid 3561 socket path /tmp/tmux-115251/test new client 7 loading /dev/null got 100 from client 7 got 101 from client 7 got 102 from client 7 got 103 from client 7 got 104 from client 7 got 105 fr

Re: C-[aeuk] not working after building from source

2014-06-23 Thread Nicholas Marriott
tmux got ^A, ^U and ^D correctly, are you sure your shell is not eating them? Do you see if them if you run cat inside tmux and do the same? On Sat, Jun 21, 2014 at 07:47:43PM -0700, Kartik Agaram wrote: >Still broken with xterm (I'm on gnome-terminal by default). > >Here's my tmux-serv

Re: C-[aeuk] not working after building from source

2014-06-21 Thread Nicholas Marriott
Does it do the same in any terminal? If you are not using xterm, try xterm. Also please try "tmux -Ltest - -f/dev/null new" then press C-a a few times then exit tmux and send me the tmux-server-* log from the current directory. On Fri, Jun 20, 2014 at 10:31:16AM -0700, Kartik Agaram wrote:

Re: C-[aeuk] not working after building from source

2014-06-21 Thread Kartik Agaram
Thanks. > How did you build it? I just used the README's instructions: ./configure && make > Does it work if you do: tmux -Ltest -f/dev/null new Same result; see attached: [image: Inline image 1] More details: $TERM is 'xterm' before starting tmux, 'screen' inside. I haven't messed with it; I

Re: C-[aeuk] not working after building from source

2014-06-20 Thread Nicholas Marriott
How did you build it? Does it work if you do: tmux -Ltest -f/dev/null new On Tue, Jun 17, 2014 at 04:11:38PM -0700, Kartik Agaram wrote: >I'm on a pretty uncustomized ubuntu 12.04.1 (precise pangolin) laptop >which installs tmux 1.6 by default. The stock binary works fine. I tried >