mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
linux tweaks
This commit is contained in:
parent
25eb132c72
commit
dd68c52cf4
2 changed files with 4 additions and 1 deletions
3
gvimrc
3
gvimrc
|
|
@ -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
2
vimrc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue