steal from @iasoon

This commit is contained in:
Felix Van der Jeugt 2014-11-27 22:13:37 +01:00
parent 18ea34ace0
commit dfb94cf4d6

4
vimrc
View File

@ -101,6 +101,10 @@ noremap <Down> <NOP>
noremap <Left> <NOP> noremap <Left> <NOP>
noremap <Right> <NOP> noremap <Right> <NOP>
" Keep selection after indenting
vnoremap > >gv
vnoremap < <gv
" some shortcuts " some shortcuts
" go to start of line " go to start of line
noremap H ^ noremap H ^