Skip to content

Commit

Permalink
Merge branch 'master' of github.com:altercation/solarized
Browse files Browse the repository at this point in the history
  • Loading branch information
altercation committed May 9, 2011
2 parents 856f366 + 27200e9 commit c350650
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.mkd
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -68,13 +68,14 @@ These changes may require you to change your configuration.


* **VIM : IMPROVEMENT : New Toggle Background Plugin** * **VIM : IMPROVEMENT : New Toggle Background Plugin**
Added new Toggle Background plugin. Will load automatically and show up as Added new Toggle Background plugin. Will load automatically and show up as
a menu item in the `Window` menu in gui vim. Automatically maps to <F5> if a menu item in the `Window` menu in gui vim. Automatically maps to
available (won't clobber that mapping if you're using it). Also available `<F5>` if available (won't clobber that mapping if you're using it).
as a command `:ToggleBG`. To manually map to something other than <F5>: Also available as a command `:ToggleBG`. To manually map to
something other than `<F5>`:


To set your own mapping in your .vimrc file, simply add the following line To set your own mapping in your .vimrc file, simply add the following line
to support normal, insert and visual mode usage, changing the "<F5>" value to support normal, insert and visual mode usage, changing the
to the key or key combination you wish to use: "`<F5>`" value to the key or key combination you wish to use:


call togglebg#map("<F5>") call togglebg#map("<F5>")


Expand All @@ -86,13 +87,13 @@ These changes may require you to change your configuration.
displayed using ":set list" can be set to one of three levels depending on displayed using ":set list" can be set to one of three levels depending on
your needs. your needs.


g:solarized_visibility = "normal"| "high" or "low" let g:solarized_visibility = "normal"| "high" or "low"


I'll be honest: I still prefer low visibility. I like them barely there. I'll be honest: I still prefer low visibility. I like them barely there.
They show up in lines that are highlighted as by the cursor line, which They show up in lines that are highlighted as by the cursor line, which
works for me. If you are with me on this, put the following in your .vimrc: works for me. If you are with me on this, put the following in your .vimrc:


g:solarized_visibility = "low" let g:solarized_visibility = "low"


### Non Critical Changes ### Non Critical Changes


Expand Down

0 comments on commit c350650

Please sign in to comment.