diff --git a/vimrc b/vimrc index 57cff25..51080d2 100644 --- a/vimrc +++ b/vimrc @@ -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 gt nnoremap gT @@ -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