GUI Box : Color scheme and font menu window
script karma |
Rating 5/2,
Downloaded by 2131 |
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/ |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|