Skip to content

Instantly share code, notes, and snippets.

@secure-77
Created January 31, 2021 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save secure-77/e98c0a6547c77d415810092898ffc2ed to your computer and use it in GitHub Desktop.
Save secure-77/e98c0a6547c77d415810092898ffc2ed to your computer and use it in GitHub Desktop.
Gist paste mode in tmux
syntax on
if &t_BE == ''
let &t_BE = "\e[?2004h"
let &t_BD = "\e[?2004l"
let &t_PS = "\e[200~"
let &t_PE = "\e[201~"
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment