this post was submitted on 28 Jun 2024
10 points (81.2% liked)

Neovim

2552 readers
2 users here now

founded 2 years ago
MODERATORS
 

idk im having this issue for a long time. itd be nice to have this fixed.

thanks

Edit: I that doesnt help:

  • term=xterm-... in shell config
  • set-option -ga terminal-overrides ",xterm-256color:Tc" in tmux config

solution:

thanks to mazadin for the solution.

im using foo terminal, so setting set-option -ga terminal-overrides ",foot:Tc" in tmux.config fixed it. (yeah im dumb)

you are viewing a single comment's thread
view the rest of the comments
[–] t0mri@lemmy.ml 2 points 1 year ago (2 children)

Foot. It says foot. When I'm in tmux it says tmux-256color

[–] mazadin@lemmy.world 3 points 1 year ago (2 children)

Try this in tmux.conf:

set-option -ga terminal-overrides ",foot:Tc"

These overrides apply to the TERM you are using outside of tmux (where this is running).

[–] t0mri@lemmy.ml 2 points 1 year ago* (last edited 1 year ago)

man! its fixed. thanks!!

[–] t0mri@lemmy.ml 1 points 1 year ago

Im really sorry that I couldn't reply soon. I'll try it out

Yeah that's the expected output. I'd see if alacritty or kitty works as expected to rule out foot being the issue, then manually setting term=xterm-256color in your foot.ini if it does work in either

This must be incredibly frustrating