mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Remove gvim from the table
This commit is contained in:
parent
0529830ad1
commit
19d4629b9d
1 changed files with 0 additions and 53 deletions
53
gvimrc
53
gvimrc
|
|
@ -1,53 +0,0 @@
|
||||||
" OSX settings
|
|
||||||
if has("gui_macvim")
|
|
||||||
|
|
||||||
" key bindings
|
|
||||||
macmenu File.Print key=<nop>
|
|
||||||
|
|
||||||
"map <D-S-left> :macaction _cycleWindowsBackwards:<CR>
|
|
||||||
"map <D-S-right> :macaction _cycleWindows:<CR>
|
|
||||||
nnoremap <D-S-left> :tabprevious<CR>
|
|
||||||
nnoremap <D-S-right> :tabnext<CR>
|
|
||||||
nnoremap <D-p> :CtrlP<CR>
|
|
||||||
nnoremap <D-b> :CtrlPBuffer<CR>
|
|
||||||
|
|
||||||
" better font
|
|
||||||
set guifont=Source\ Code\ Pro:h14
|
|
||||||
|
|
||||||
set noballooneval
|
|
||||||
|
|
||||||
endif " OSX
|
|
||||||
|
|
||||||
" no menu
|
|
||||||
set guioptions-=m
|
|
||||||
|
|
||||||
" no toolbar
|
|
||||||
set guioptions-=T
|
|
||||||
|
|
||||||
" no tear-off menus
|
|
||||||
set guioptions-=t
|
|
||||||
|
|
||||||
" no scrollbars
|
|
||||||
set guioptions-=L
|
|
||||||
set guioptions-=r
|
|
||||||
set guioptions-=b
|
|
||||||
|
|
||||||
set background=light
|
|
||||||
"let g:airline_theme="light"
|
|
||||||
"let g:airline_theme="sol"
|
|
||||||
"let g:solarized_visibility="low"
|
|
||||||
"colorscheme solarized
|
|
||||||
"let g:zenburn_force_dark_Background = 1
|
|
||||||
"colorscheme zenburn
|
|
||||||
"colorscheme codeschool
|
|
||||||
"colorscheme github
|
|
||||||
"colorscheme twilight
|
|
||||||
"colorscheme candy
|
|
||||||
set background=light
|
|
||||||
colorscheme one-light
|
|
||||||
|
|
||||||
"window size
|
|
||||||
set columns=90
|
|
||||||
set lines=30
|
|
||||||
|
|
||||||
set showtabline=2 "always on tab bar
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue