Skip to content

Instantly share code, notes, and snippets.

@ph5i
Created February 7, 2025 12:45
Show Gist options
  • Save ph5i/19b0c95091abf4ddc4d0c0ad1e475e2b to your computer and use it in GitHub Desktop.
Save ph5i/19b0c95091abf4ddc4d0c0ad1e475e2b to your computer and use it in GitHub Desktop.
tmux + vim pasting problems

Inside tmux, check your terminal type: echo $TERM

If it's something like screen or screen-256color, try changing it to: export TERM=xterm-256color

If that works, add it to your ~/.bashrc / ~/.vimrc file for persistency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment