Skip to content

Commit

Permalink
Custom statusline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Thomson authored and Andrew Thomson committed Dec 15, 2011
1 parent 9baf281 commit 0eef318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -27,10 +27,13 @@ set cscopetag
" Set the color
colorscheme desert

" Set options
set statusline=%<%f\ %h%m%r\ %y\ buf:%n\ line_format:%{&ff}%=(%l,%c%V)\ %P
set backspace=indent,eol,start " allow backspacing over everything in insert mode
set writebackup " keep a backup file only while copying
set history=50 " keep 50 lines of command line history
set ruler " show the cursor position all the time
set rulerformat=(%l,%c%V)\ %P
set showcmd " display incomplete commands
set incsearch " do incremental searching
set ignorecase " turn off case sensitivity
Expand Down

0 comments on commit 0eef318

Please sign in to comment.