Skip to content

Instantly share code, notes, and snippets.

@ttdoda
Created February 26, 2019 10:29
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 ttdoda/6f16d5a25a0580b7deeb205f4c45ecb2 to your computer and use it in GitHub Desktop.
Save ttdoda/6f16d5a25a0580b7deeb205f4c45ecb2 to your computer and use it in GitHub Desktop.
xtermでマウス右ボタンでペーストする設定
*VT100*translations: #override \n\
~Ctrl ~Meta <Btn2Down>:start-extend() \n\
~Meta <Btn2Down>:select-extend() \n\
~Ctrl ~Meta <Btn2Up>:ignore() \n\
~Meta <Btn3Down>:ignore() \n\
~Ctrl ~Meta <Btn3Up>:insert-selection(SELECT, CUT_BUFFER0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment