updated to changelog

This commit is contained in:
Ethan Schoonover 2011-04-16 10:51:19 -07:00
parent ced5aac690
commit 56fdff8e49

View file

@ -14,28 +14,28 @@ currently included ports, highlighted items are new, updates noted:
#### Editors & IDEs #### Editors & IDEs
* \[UPDATED\] Vim * \[UPDATED\] **Vim**
* \[NEW\] Emacs * \[NEW\] ***Emacs***
* \[NEW\] IntelliJ IDEA * \[NEW\] ***IntelliJ IDEA***
* \[NEW\] SeeStyle theme for Coda & SubEthaEdit * \[NEW\] ***SeeStyle theme for Coda & SubEthaEdit***
* \[NEW\] TextMate * \[NEW\] ***TextMate***
* \[NEW\] Visual Studio * \[NEW\] ***Visual Studio***
#### Terminal Emulators #### Terminal Emulators
* \[UPDATED\] iTerm2 colorschemes * \[UPDATED\] **iTerm2 colorschemes**
* \[UPDATED\] OS X Terminal.app colors * \[UPDATED\] **OS X Terminal.app colors**
* \[UPDATED\] Xresources colors * \[UPDATED\] **Xresources colors**
#### Other Applications #### Other Applications
* \[UPDATED\] Mutt mail client colorschemes * \[UPDATED\] **Mutt mail client colorschemes**
#### Palettes #### Palettes
* \[UPDATED\] Adobe Photoshop Swatches * \[UPDATED\] **Adobe Photoshop Swatches**
* \[UPDATED\] Apple Color Picker Palette * \[UPDATED\] **Apple Color Picker Palette**
* \[UPDATED\] Gimp Palette * \[UPDATED\] **Gimp Palette**
### Critical Changes ### Critical Changes
@ -71,12 +71,14 @@ These changes may require you to change your configuration.
available (won't clobber that mapping if you're using it). Also available available (won't clobber that mapping if you're using it). Also available
as a command `:ToggleBG`. To manually map to something other than <F5>: as a command `:ToggleBG`. To manually map to something other than <F5>:
nmap <unique> <F5> <Plug>ToggleBackground To set your own mapping in your .vimrc file, simply add the following line
imap <unique> <F5> <Plug>ToggleBackground to support normal, insert and visual mode usage, changing the "<F5>" value
vmap <unique> <F5> <Plug>ToggleBackground to the key or key combination you wish to use:
Note that it is important to *not* use the noremap map variants. The plugin call togglebg#map("<F5>")
uses noremap internally. You may run `:help togglebg` for more information.
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).
* **VIM : IMPROVEMENT : Special & Non-text items now more visible** * **VIM : IMPROVEMENT : Special & Non-text items now more visible**
Special characters such as trailing whitespace, tabs, newlines, when Special characters such as trailing whitespace, tabs, newlines, when