Skip to content

Commit

Permalink
Hide gui toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt committed Feb 27, 2012
1 parent 38271bc commit 4780e6d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions vimrc
Expand Up @@ -20,6 +20,11 @@ if has('win32')
set gfn=Consolas:h9:cANSI
endif

" Hide the toolbar in gui
if has('gui_running')
set guioptions=-t
end

" Key mappings
nnoremap <C-j> gt
nnoremap <C-k> gT
Expand All @@ -34,9 +39,6 @@ set completeopt+=longest
" Python
autocmd FileType python set foldmethod=indent

" Ruby
autocmd FileType ruby,eruby set foldmethod=indent

" Disable pyflakes quickfix window
let g:pyflakes_use_quickfix= 0

Expand Down

0 comments on commit 4780e6d

Please sign in to comment.