Statusline!
git-svn-id: http://photonzero.com/dotfiles/trunk@67 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
1a5fce02ca
commit
e9fae67f31
1 changed files with 12 additions and 0 deletions
12
.vimrc
12
.vimrc
|
|
@ -98,6 +98,18 @@ inoremap <C-a> <C-O>^
|
|||
inoremap <C-e> <C-O>$
|
||||
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
|
||||
" , #perl # comments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue