dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit bee9d27331e63983b6dbda4d89c45f714040ca8b
parent 4c70139f02e5d8ce9263609189e262dd6a705168
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu,  7 Nov 2013 21:24:34 +0100

added toggle between light and dark theme using F3

Diffstat:
M.vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -56,6 +56,7 @@ syntax on set background=dark " adjust colors for better contrast "colorscheme desert colorscheme solarized +call togglebg#map("<F3>") " hilight column 80 set textwidth=80