linux tweaks

This commit is contained in:
Loic Nageleisen 2014-08-14 09:28:38 +02:00
parent 25eb132c72
commit dd68c52cf4
2 changed files with 4 additions and 1 deletions

3
gvimrc
View file

@ -18,6 +18,9 @@ set noballooneval
endif " OSX endif " OSX
" no menu
set guioptions-=m
" no toolbar " no toolbar
set guioptions-=T set guioptions-=T

2
vimrc
View file

@ -109,7 +109,7 @@ set listchars=eol:¬,tab:→\ ,nbsp:•,trail:·
set list set list
"OS clipboard integration "OS clipboard integration
set clipboard+=unnamed set clipboard^=unnamedplus
"filetype specific settings "filetype specific settings
autocmd FileType make set noexpandtab "makefiles need tabs autocmd FileType make set noexpandtab "makefiles need tabs