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 b7d0e00ce503392e5d917719d724c8a8b6b12b06
parent f01d528fea957da9d647fa4a44741a28953045c0
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri,  8 Nov 2013 09:43:07 +0100

togglebg now both F3 and \b

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