mirror of
https://github.com/fergalmoran/vimfiles.git
synced 2025-12-31 05:48:19 +00:00
Remapped <> to retain selection
This commit is contained in:
4
.vimrc
4
.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
|
||||
vnoremap > >gv
|
||||
|
||||
set foldcolumn=4
|
||||
set foldenable
|
||||
|
||||
Reference in New Issue
Block a user