sponsor Vim development Vim logo Vim Book Ad

GUI Box : Color scheme and font menu window

 script karma  Rating 5/2, Downloaded by 2753  Comments, bugs, improvements  Vim wiki

created by
David Munger
 
script type
utility
 
description
This plugin provides:
- A color scheme menu to choose among your favorite color schemes;
- A font menu to choose among your favorite fonts;
- A command to toggle the GUI menu.

See ":help gui-box" for details.
 
install details
Open the vba file in vim, then source it with ":so %".

To use the plugin, you must edit your .gvimrc in order to:

1. define your favorite fonts and color schemes, e.g.

let g:gui_fonts = ['Monospace 10', 'Lucida Console 10', 'Courier New 10']
let g:gui_colors = ['ego', 'corporation', 'github', 'satori', 'sienna']

2. add your own mappings, e.g.

nmap <Leader>gc <Plug>ColorMenu
nmap <Leader>gf <Plug>FontMenu
nmap <Leader>gm <Plug>ToggleMenuBar

Project Page: https://launchpad.net/vim-gui-box
Bug Tracker: https://bugs.launchpad.net/vim-gui-box/
 

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
GuiBox.vba 0.6.2 2011-05-09 7.0 David Munger Add nospell (thanks Marcin).
GuiBox.vba 0.6.1 2010-06-19 7.0 David Munger Fixed a bug that would make buffers unmodifiable.
GuiBox.vba 0.6 2010-06-17 7.0 David Munger Added change font size functionality.
GuiBox.vba 0.5.1 2010-06-03 6.0 David Munger Added support for separators in the color/font list.
GuiBox.vba 0.5 2010-06-03 6.0 David Munger Initial upload
ip used for rating: 216.73.216.208

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github