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