sponsor Vim development Vim logo Vim Book Ad

looks : Manage various looks/settings of vim

 script karma  Rating 4/1, Downloaded by 545  Comments, bugs, improvements  Vim wiki

created by
Shrikant Sharat Kandula
 
script type
utility
 
description
This is a vim plugin I created for myself to help me manage various *looks* of vim. Each look is dictionary of settings and options that makes vim get a unique look.

These looks are defined in vimrc (or somewhere else but are source-d) like the following,

    let g:looks = {}
    let g:looks.dark = {
        \ '_map': "d",
        \ ':colorscheme': "lucius",
        \ '&guifont': "Inconsolata\\ Medium\\ 15",
        \ '&cursorline': 1
        \ }
    let g:looks.light = { ":colorscheme": "tango" }

and the looks can be loaded with :Look command, like so

    :Look dark

Tab completion is also available on the command line for all available looks.

Plugin hosted over at bitbucket.org, https://bitbucket.org/sharat87/vim-looks

For more details, see ":h looks".
 
install details
Contains plugin/looks.vim and doc/looks.txt.
Place them in &rtp or make a folder in bundle directory if using pathogen.
 

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
looks.tar.gz 0.3 2010-10-21 7.0 Shrikant Sharat Kandula Added support for virtually all options and settings in vim. Breaks compatibility with the way looks are defined in previous versions. Command keys need to be prefixed with `:` and options are to be prefixed with `&`.
looks.tar.gz 0.2 2010-10-21 7.0 Shrikant Sharat Kandula Initial upload
ip used for rating: 18.224.246.203

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