" Toggle Background " Modified: 2011 Apr 29 " Maintainer: Ethan Schoonover " License: OSI approved MIT license if exists("g:loaded_togglebg") finish endif let g:loaded_togglebg = 1 " noremap is a bit misleading here if you are unused to vim mapping. " in fact, there is remapping, but only of script locally defined remaps, in " this case TogBG. The