[vim] use the system clipboard
[~bandali/configs] / vim / .vimrc
index ff5a063..8fb0035 100644 (file)
@@ -32,7 +32,7 @@ colorscheme gotham
 " Make Vim more useful
 set nocompatible
 " Use the OS clipboard by default (on versions compiled with `+clipboard`)
-set clipboard=unnamed
+set clipboard=unnamedplus
 " Enhance command-line completion
 set wildmenu
 " Allow cursor keys in insert mode