From c44ba13306466e2afbb8fa2b43a01710c9700543 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Thu, 26 Sep 2013 23:22:56 +0100 Subject: [PATCH] Remapped <> to retain selection --- .vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vimrc b/.vimrc index fa63bcc..3f7488c 100644 --- a/.vimrc +++ b/.vimrc @@ -24,6 +24,7 @@ Bundle 'rstacruz/sparkup', {'rtp': 'vim/'} Bundle 'tpope/vim-rails.git' Bundle 'https://github.com/fholgado/minibufexpl.vim' Bundle 'https://github.com/juvenn/mustache.vim' +Bundle 'https://github.com/wincent/Command-T.git' " vim-scripts repos Bundle 'L9' Bundle 'FuzzyFinder' @@ -68,6 +69,9 @@ set smarttab set tabstop=4 set shiftwidth=4 +" easier indentation, retains selection +vnoremap < >gv set foldcolumn=4 set foldenable