From df90c8739da7a4dfae2aab7dfc83523cfdd4b914 Mon Sep 17 00:00:00 2001 From: Steffen Becker Date: Thu, 31 May 2012 20:57:42 +0200 Subject: [PATCH] 2 spaces wide tabs in git-diff-view, changed mapping for { --- gitconfig | 1 + vimrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index f3b9092..922bafb 100644 --- a/gitconfig +++ b/gitconfig @@ -7,6 +7,7 @@ autocrlf = input eol = lf whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol + pager = less -FXRS -x2 [color] ui = auto diff --git a/vimrc b/vimrc index 9452f7c..29b7305 100644 --- a/vimrc +++ b/vimrc @@ -104,7 +104,7 @@ vnoremap / /\v nnoremap nnoremap W " custom shift-tab mapping -- opens new { } and blank line -inoremap $a {}k0lli +inoremap { {i o}ki " Search mappings: These will make it so that going to the next one in a " search will center on the line it's found in.