sponsor Vim development Vim logo Vim Book Ad

vim-neatstatus : Simple and neat status line that looks good and works well.

 script karma  Rating 31/16, Downloaded by 1547  Comments, bugs, improvements  Vim wiki

created by
Luke Maciak
 
script type
utility
 
description
A neat status line with color changing mode indicator. It is nowhere near as powerful as Powerline but if you just need something simple, fast and easy this will work great.

Screenshot: http://i.imgur.com/7ySiHql.png

Information in the status line provided from left to right:

    - Vim Mode (green box)
    - Server name / session name (black box)
    - File path
    - File type (eg. python, ruby, etc..)
    - File format (eg. unix, dos, etc..)
    - File encoding (eg. utf8, latin1, etc..)
    - Buffer number
    - Current line, total number of lines (purple box)
    - Percentage of file read
    - Relative column number (from first character)
    - Absolute column number (from start of line)
    - Modified / Unmodified (pink box)

Works well with Obvious-Mode: vimscript#2212

--

Github: https://github.com/maciakl/vim-neatstatus
 
install details
Place in .vim/plugins

You can also install it via Pathogen:

cd ~/.vim/bundle
git clone git://github.com/maciakl/vim-neatstatus.git
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
neatstatus.vim 0.2 2014-03-12 7.3 Luke Maciak Fixed the console bug; Visual mode color indication now works normally.
neatstatus.vim 0.1 2013-05-19 7.3 Luke Maciak Initial upload
ip used for rating: 18.188.241.82

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github