sponsor Vim development Vim logo Vim Book Ad

SeeTab : Provides vertical tabbing-bars for leading tabs (or whitespace for et)

 script karma  Rating 49/18, Downloaded by 4421  Comments, bugs, improvements  Vim wiki

created by
Charles Campbell
 
script type
utility
 
description
Usage:  :SeeTab    -- toggles SeeTab on and off

If expandtabs is off, then leading tabs show up with one bar per tab.

If expandtabs is on, then one leading whitespace at intervals
specified by your tabstop is marked by a highlighted space.

To change the default colors of foreground as magenta and background as black,
just use something like the following setting in your <.vimrc>:

    let g:SeeTabCtermFG="black"
    let g:SeeTabCtermBG="red"
    let g:SeeTabGuiFG="black"
    let g:SeeTabGuiBG="orange"

(alpha/beta version available at http://www.drchip.org/astronaut/vim/index.html#SEETAB)
 
install details
Simply put <seetab.vim> into your plugin directory.

To initialize SeeTab on, see vimtip#411
(use SeeTab in a .../after/plugin/seetab.vim
file)
 

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
SeeTab.vim.gz 3 2004-11-01 6.0 Charles Campbell Includes GetLatestVimScripts automatic updating and installing support (see vimscript#642)
SeeTab.vim 2 2003-04-25 6.0 Charles Campbell Initial upload
ip used for rating: 18.190.219.65

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