diff --git a/.vimrc b/.vimrc index 8c3f58cb0..784c95204 100644 --- a/.vimrc +++ b/.vimrc @@ -72,7 +72,7 @@ if has('clipboard') if has('unnamedplus') " When possible use + register for copy-paste - set clipboard=unnamedplus + set clipboard=unnamed,unnamedplus else " On mac and Windows, use * register for copy-paste set clipboard=unnamed endif