From d587da0c863794817cc17fb9fad4b80d40662b41 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 1 Aug 2012 17:01:23 +0200 Subject: [PATCH] OS clipboard integration --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index db2286c..8e37324 100644 --- a/vimrc +++ b/vimrc @@ -121,6 +121,9 @@ set showmatch "highlight both matching parentheses set listchars=eol:¬,tab:→\ ,nbsp:•,trail:· set list +"OS clipboard integration +set clipboard+=unnamed + "filetype specific settings autocmd FileType make set noexpandtab "makefiles need tabs autocmd FileType ruby set softtabstop=2 shiftwidth=2