dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 9878755eb39b6fd1885afaf774ad9381e3cd1c0d
parent e706a17662d9a9438f2098f6f9396c41c7e09db4
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Tue,  2 Feb 2016 21:50:18 -0800

Vim: Update comments

Diffstat:
vimrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vimrc b/vimrc @@ -1,4 +1,4 @@ -set nocompatible " make Vim not vi (see README for why) +set nocompatible " make Vim not vi " plug-ins{{{1 " run separate bundles vimrc @@ -281,7 +281,7 @@ noremap Y y$ " repeat colon commands nnoremap Q :<Up><CR> -" better indenting for visual mode +" keep selected area when indenting vnoremap > >gv vnoremap < <gv