|
|
|
|
|
by mfontani
977 days ago
|
|
> I tried the first line and in some situations (specifically with some remotes, i.e. kitty -> ssh -> tmux with that 1st line) it still won't fix it. You likely need all of them ;-) IIRC it "fixes" terminfo stuff "within tmux" for kitty regardless of what $TERM is set. Mind you, I was using the latest tmux at that time. tmux 3.2? Here's the issue I had: https://github.com/kovidgoyal/kitty/issues/3018 Looks like it should be fixed on a very recent tmux; otherwise this MIGHT help: set-option -as terminal-features ',xterm-kitty:RGB'
... or not. |
|
Thanks!