diff --git a/.vimrc b/.vimrc index 68279851a..c5828bc69 100644 --- a/.vimrc +++ b/.vimrc @@ -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 OC + endif + " } " }