Statusline!

git-svn-id: http://photonzero.com/dotfiles/trunk@67 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2010-09-24 00:08:21 +00:00
parent 1a5fce02ca
commit e9fae67f31

12
.vimrc
View file

@ -98,6 +98,18 @@ inoremap <C-a> <C-O>^
inoremap <C-e> <C-O>$ inoremap <C-e> <C-O>$
imap <C-c> <Esc> imap <C-c> <Esc>
set laststatus=2
set statusline=%t "tail of the filename
"set statusline+=[%{&ff}] "file format
"set statusline+=%h "help file flag
set statusline+=\ %w "help file flag
set statusline+=%r "read only flag
set statusline+=%y "filetype
set statusline+=\ %m "modified flag
set statusline+=%= "left/right separator
set statusline+=%c, "cursor column
set statusline+=%l/%L "cursor line/total lines
set statusline+=\ %P "percent through file
" Commentary? Maybe remove these, I rarely use them " Commentary? Maybe remove these, I rarely use them
" , #perl # comments " , #perl # comments