Ok, terminal-overrides is applied after ALL clients detach! Took some
trial and error to figure that out.
Thanks Nicholas for fast responses. This terminfo kung-fu is making
terminals quite tolerable.
On 26.5.2014. 22:32, Nicholas Marriott wrote:
> Did you detach and reattach your client? tmux
Did you detach and reattach your client? tmux info will show after
terminal-overrides is applied.
On Mon, May 26, 2014 at 10:01:33PM +0200, Kresimir Kukulj wrote:
> Tried this:
>
> bind -n F19 last-window
> bind -n F20 next-window
> set -g terminal-overrides "*:kf19=\e[1;5I,*:kf20=\e[1;6I"
>
>
Tried this:
bind -n F19 last-window
bind -n F20 next-window
set -g terminal-overrides "*:kf19=\e[1;5I,*:kf20=\e[1;6I"
added to tmux.conf and reloaded "source-file ~/.tmux.conf".
tried this (inside tmux):
# tmux set -g terminal-overrides "*:kf19=\e[1;5I,*:kf20=\e[1;6I"
# tmux info|grep kf19
77:
Easiest if you just want to bind them is to do something like
set -ag terminal-overrides '*:kf19=\E[1;5I:kf20=\E[1;6I'
and then bind F19 and F20.
On Sun, May 25, 2014 at 10:11:06PM +0200, Kresimir Kukulj wrote:
> Hi,
>
> mintty (cygwin terminal) can sent c-tab and c-s-tab sequences.
>
> http