OS clipboard integration

This commit is contained in:
Loic Nageleisen 2012-08-01 17:01:23 +02:00
parent 0971cefb79
commit d587da0c86

3
vimrc
View file

@ -121,6 +121,9 @@ set showmatch "highlight both matching parentheses
set listchars=eol,tab:→\ ,nbsp:•,trail set listchars=eol,tab:→\ ,nbsp:•,trail
set list set list
"OS clipboard integration
set clipboard+=unnamed
"filetype specific settings "filetype specific settings
autocmd FileType make set noexpandtab "makefiles need tabs autocmd FileType make set noexpandtab "makefiles need tabs
autocmd FileType ruby set softtabstop=2 shiftwidth=2 autocmd FileType ruby set softtabstop=2 shiftwidth=2