Skip to content

Instantly share code, notes, and snippets.

@s3va
Last active July 17, 2021 12:44
Show Gist options
  • Save s3va/55c1ce2684e64e05a81f9065b950810e to your computer and use it in GitHub Desktop.
Save s3va/55c1ce2684e64e05a81f9065b950810e to your computer and use it in GitHub Desktop.
Vim's fix copy and paste from mouse on ssh session
runtime defaults.vim
if has('mouse')
set mouse=v
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment