Skip to content

Instantly share code, notes, and snippets.

@RobertAudi
Created July 28, 2014 08:46
Show Gist options
  • Star 21 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save RobertAudi/11ffa90f4952e5923ce7 to your computer and use it in GitHub Desktop.
Save RobertAudi/11ffa90f4952e5923ce7 to your computer and use it in GitHub Desktop.
System clipboard support in IdeaVim
nnoremap yy "+yy
vnoremap y "+y
nnoremap p "+p
vnoremap p "+p
nnoremap P "+P
vnoremap P "+P
@tindzk
Copy link

tindzk commented Nov 7, 2023

The nnoremap/vnoremap workaround does not seem to be required anymore. When I configure set clipboard+=unnamed, neither x nor d copies the content to the clipboard.

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