Skip to content

Commit 7f35722

Browse files
committed
Fix issue 780 with @appbead patch
1 parent 91d3d8e commit 7f35722

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vimrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@
5757
set runtimepath=$HOME/.vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,$HOME/.vim/after
5858
endif
5959
" }
60+
61+
" Arrow Key Fix {
62+
" https://github.com/spf13/spf13-vim/issues/780
63+
if &term[:4] == "xterm" || &term[:5] == 'screen' || &term[:3] == 'rxvt'
64+
inoremap <silent> <C-[>OC <RIGHT>
65+
endif
66+
" }
6067

6168
" }
6269

0 commit comments

Comments
 (0)