diff --git a/vimrc b/vimrc index 2349bdf..59423e9 100755 --- a/vimrc +++ b/vimrc @@ -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