On Tue, Mar 22, 2011 at 07:19:33PM +, Nicholas Marriott wrote
> Scroll lock will only work if it generates a key sequence on your
> terminal, most don't. Find out if it does by doing "cat" outside tmux
> and pressing the key to see what it shows.
In a text console "cat ", followed by {PrntS
(03/24/2011 01:51 AM), Walter Dnes wrote:
> IANACP (I Am Not A C Programmer), so I'm not certain of this, but
> {ScrollLock} is the only one of the three that is "normal". I.e.
> pressing it generates a one-byte scancode and releasing it generates
> that one-byte scancode + 0x80. Is there a way
Hi, I hope you can help,
my problem is that outside of tmux cat -vt followed by Alt-Up produces
^[[1;3A where as inside tmux the same thing produces ^[[1;;A I beleive
that this is the cause of misbehavior of some of my key bindings in
things like Vim and my email client.
inside tmux:
echo $TERM
s
Does anyone know the correct config to get the mouse to behave correctly
in Vim?
so far I have been have to get visual mode to work, but cannot drag the
splits between buffers.
Regards,
Paul
signature.asc
Description: PGP signature
---
(03/24/2011 10:58 AM), Paul Grove wrote:
> Does anyone know the correct config to get the mouse to behave correctly
> in Vim?
>
> so far I have been have to get visual mode to work, but cannot drag the
> splits between buffers.
Probably need to put "ttymouse=xterm2" in your .vimrc.
--
HTH,
Mica
>
> In a sense tmux is already client/server via a socket in /tmp but I
> don't know if the protocol was done in a way that would allow new
> clients to be written easily.
The advantage of making the tmux client talk to iTerm2 over having iTerm2
communicate directly with tmux's socket is that you
This idea had been considered before but perhaps rejected too early. I'm
curious to hear what Nicholas thinks about it when he gets back. Would it be
too painful to maintain two clients?
On Thu, Mar 24, 2011 at 1:00 PM, Kekoa Proudfoot
wrote:
> I didn't mean iTerm2 should talk to tmux's socket di
On Thu, Mar 24, 2011 at 10:56 AM, Paul Grove wrote:
> Hi, I hope you can help,
>
> my problem is that outside of tmux cat -vt followed by Alt-Up produces
> ^[[1;3A where as inside tmux the same thing produces ^[[1;;A I beleive
> that this is the cause of misbehavior of some of my key bindings in
>
I would like my zsh vcs_info_msg_ to appear in the xterm titlebar.
Currently it appears in the status line.
the code in question for the window status:
# set xterm window status. This is where we need git status!
set-option -g set-titles on
#set-option -g set-titles-string '#H ###I.#P #W (#S)'
s
On Thu, Mar 24, 2011 at 10:07:22AM -0700, Micah Cowan wrote
> It isn't. If the terminal doesn't send something for the key (which
> you would've seen in "cat"), then tmux can't see it.
Actually, if I type "cat ^F" or "cat ^G" I don't get anything on
screen either. And no cursor movement ("cat
10 matches
Mail list logo