Skip to content

Commit

Permalink
Merge pull request #781 from fabianhjr/3.0
Browse files Browse the repository at this point in the history
Resolve #780 with @appbead patch
  • Loading branch information
spf13 committed May 21, 2015
2 parents 91d3d8e + 7f35722 commit 6c8cb83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
" }

" }

Expand Down

0 comments on commit 6c8cb83

Please sign in to comment.