Browse Source

Merge commit '4b0568dd06b5d04bb2c79ffd49d0898abe10ca18'

pull/68/head
Ethan Schoonover 15 years ago
parent
commit
4694535f87
  1. 11
      vim-colors-solarized/README.mkd
  2. 11
      vim-colors-solarized/doc/togglebg.txt

11
vim-colors-solarized/README.mkd

@ -4,7 +4,7 @@ Description: Precision colors for machines and people
Author: Ethan Schoonover Author: Ethan Schoonover
Colors: light yellow Colors: light yellow
Created: 2011 Mar 15 Created: 2011 Mar 15
Modified: 2011 Apr 12 Modified: 2011 Apr 16
--- ---
@ -197,18 +197,15 @@ Solarized comes with a Toggle Background plugin that by default will map to
either map the function manually or change your current <F5> mapping to either map the function manually or change your current <F5> mapping to
something else. something else.
To set your own mapping in your .vimrc file, simply add the following three To set your own mapping in your .vimrc file, simply add the following line to
lines to support normal, insert and visual mode usage, changing the "<F5>" support normal, insert and visual mode usage, changing the "<F5>" value to the
value to the key or key combination you wish to use: key or key combination you wish to use:
call togglebg#map("<F5>") call togglebg#map("<F5>")
Note that you'll want to use a single function key or equivalent if you want Note that you'll want to use a single function key or equivalent if you want
the plugin to work in all modes (normal, insert, visual). the plugin to work in all modes (normal, insert, visual).
Note also that it is important to NOT use the noremap map variants. The plugin
uses noremap internally.
Code Notes Code Notes
---------- ----------

11
vim-colors-solarized/doc/togglebg.txt

@ -1,4 +1,4 @@
*togglebg.vim* For Vim version 7.3. or newer Modified: 2011 Apr 12 *togglebg.vim* For Vim version 7.3. or newer Modified: 2011 Apr 16
TOGGLE BACKGROUND PLUGIN by Ethan Schoonover ~ TOGGLE BACKGROUND PLUGIN by Ethan Schoonover ~
@ -35,18 +35,15 @@ remove/change your existing <F5> mapping to another value.
============================================================================== ==============================================================================
2. Changing the Mapping *togglebg-newmap* 2. Changing the Mapping *togglebg-newmap*
To set your own mapping in your .vimrc file, simply add the following three To set your own mapping in your .vimrc file, simply add the following line to
lines to support normal, insert and visual mode usage, changing the "<F5>" support normal, insert and visual mode usage, changing the "<F5>" value to the
value to the key or key combination you wish to use: key or key combination you wish to use:
call togglebg#map("<F5>") call togglebg#map("<F5>")
Note that you'll want to use a single function key or equivalent if you want Note that you'll want to use a single function key or equivalent if you want
the plugin to work in all modes (normal, insert, visual). the plugin to work in all modes (normal, insert, visual).
Note also that it is important to NOT use the noremap map variants. The plugin
uses noremap internally.
============================================================================== ==============================================================================
3. Issues *togglebg-issues* 3. Issues *togglebg-issues*

Loading…
Cancel
Save