diff --git a/home/.vimrc b/home/.vimrc index 110211e..76f522c 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -14,6 +14,9 @@ set ignorecase " Autoload settings from file set modeline +" Use system clipboard +set clipboard=unnamedplus + " Jump to the last position if has("autocmd") au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$")