Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Press arrow keys input A/B/C/D instead of moving the cursor, after removing plugin vim-autoclose. #780

Closed
mnloop opened this issue May 19, 2015 · 3 comments

Comments

@mnloop
Copy link

mnloop commented May 19, 2015

I'm using iTerm2 with spf13-vim, after upgrading to the latest version of spf13-vim today, I've run into such problem.

The reason is the plugin vim-autoclose has been removed. This solution fixed it.

Just add following lines into your .vimrc.local

if &term[:4] == "xterm" || &term[:5] == 'screen' || &term[:3] == 'rxvt'
  inoremap <silent> <C-[>OC <RIGHT>
endif
@barraponto
Copy link
Contributor

Yeah, this is bugging me too.

@fabianhjr
Copy link
Contributor

Got same issue, you should probably do a pull request for the patch @appbead

@fabianhjr
Copy link
Contributor

Created pull request #781 @spf13

@spf13 spf13 closed this as completed in 6c8cb83 May 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants