diff options
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -1,5 +1,7 @@  " vimrc +call pathogen#infect() +  map <F12> :let &background = ( &background == "dark" ? "light" : "dark" )<CR>  " Switch syntax highlighting on, when the terminal has colors | 
