From ce3760a3f2d81562b558081daffd35bd429f0705 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 18 May 2020 18:14:59 +0200 Subject: [PATCH] vim: Use system clipboard --- home/.vimrc | 3 +++ 1 file changed, 3 insertions(+) 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("$")