Merge pull request #781 from fabianhjr/3.0

Resolve #780 with @appbead patch
This commit is contained in:
Steve Francia 2015-05-21 16:21:24 -04:00
commit 6c8cb839f3

7
.vimrc
View File

@ -57,6 +57,13 @@
set runtimepath=$HOME/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,$HOME/.vim/after
endif
" }
" Arrow Key Fix {
" https://github.com/spf13/spf13-vim/issues/780
if &term[:4] == "xterm" || &term[:5] == 'screen' || &term[:3] == 'rxvt'
inoremap <silent> <C-[>OC <RIGHT>
endif
" }
" }