mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
OS clipboard integration
This commit is contained in:
parent
0971cefb79
commit
d587da0c86
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue