minus-squaremazadin@lemmy.worldtoNeovim@programming.dev•[solved]help - tmux paints vimlinkfedilinkarrow-up3·4 months agoTry 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). linkfedilink
minus-squaremazadin@lemmy.worldtoNeovim@programming.dev•An interesting story --- why 'Hekyll and Jekyll'? (what I call cursor keys)linkfedilinkarrow-up1·8 months agoBecause J looks like a down arrow, obviously! /s linkfedilink
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).