Skip to content

Commit

Permalink
disable menu bar and scroll bars in gvim
Browse files Browse the repository at this point in the history
  • Loading branch information
derdon committed Sep 19, 2012
1 parent c96254f commit 457816d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions vimrc
Expand Up @@ -51,12 +51,15 @@ filetype plugin on
let mapleader=","
let maplocalleader="\\"

" activate a permanent ruler and disable Toolbar, and add line
" highlightng as well as numbers.
" activate a permanent ruler and disable toolbar, menubar and right scroll
" bar. Also, add line highlightng as well as numbers.
" And disable the sucking pydoc preview window for the omni completion
" also highlight current line and disable the blinking cursor.
set ruler
set guioptions-=T
set guioptions-=m
set guioptions-=r
set guioptions-=L
set completeopt-=preview
set gcr=a:blinkon0
if has("gui_running")
Expand Down

0 comments on commit 457816d

Please sign in to comment.