All Projects → rafi → vim-tinyline

rafi / vim-tinyline

Licence: MIT license
Tiny great looking statusline for Vim.

Programming Languages

Vim Script
2826 projects

vim-tinyline

A tiny fast statusline for vim. Easy to hack and great for learning Vim's statusline.

Screenshot

An active statusline: tinyline active screenshot

An in-active statusline: tinyline inactive screenshot

Features

  • Tiny. ~150LoC
  • Super filepath: Limits number of directories and characters
  • Branch name, using Fugitive
  • Detects ChooseWin active, and Fugitive's blobs
  • Fast! Caches the filepath per buffer
  • Easy to hack and change

Installation

Use your favorite plugin manager to add 'rafi/vim-tinyline' to your .vimrc.

Customization

Options

Put any of the following options into your ~/.vimrc in order to overwrite the default behaviour.

Option Default Description
let g:tinyline_max_dirs = 2 3 Limit number of shown directories in path
let g:tinyline_max_dir_chars = 4 3 Limit characters in each directory name

Credits & Contribution

This plugin was developed by Rafael Bodill under the MIT License. Pull requests are very welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].