C3PO (ColorColumn Current POsition) is the next-gen buffer position indicator.
/~\
|oo )
_\=/_
/ \
//|/.\|\\
"Goodness! No statusline required!"
Use your favorite method:
- Pathogen - git clone https://github.com/fcpg/vim-c3po ~/.vim/bundle/vim-c3po
- NeoBundle - NeoBundle 'fcpg/vim-c3po'
- Vundle - Plugin 'fcpg/vim-c3po'
- manual - copy all files into your ~/.vim directory
Use g:cc
var for other colorcolumns (:h 'cc
).
Check the source code for functions and commands.
Original ideas from noscrollbar and line-no-indicator