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
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.
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.)
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
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
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,
(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,
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
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
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:
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
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
>
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 to build
and install tmux 1.10 from source, and got no errors. However, the new
version no longer seems to recognize ctrl-a, ctrl-e, ctrl-u and ctrl-k.
This
13 matches
Mail list logo