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

Arrow left and right key turn into enter and type C or D character #21

Closed
putraeka opened this issue Apr 20, 2019 · 2 comments
Closed

Comments

@putraeka
Copy link

Arrow left and right key turn into enter and type C or D character

but when I commented at these settings, my arrow keys work fine again

"imap (PearTreeBackspace)
"imap (PearTreeExpand)
"imap (PearTreeFinishExpansion)

@tmsvg
Copy link
Owner

tmsvg commented Apr 26, 2019

This is normally caused by mapping the <Esc> key to something in insert mode. While Pear Tree does map <Esc> by default, it uses a workaround that is supposed to prevent this issue.

  • What Vim are you using (terminal, graphical, Neovim, etc.) and what version number?
  • Have you remapped <Esc> in your config?

@tmsvg
Copy link
Owner

tmsvg commented May 15, 2019

I'm closing this issue since it seems to stem from remapping <Esc>. Pear Tree maps it by default, but if you must remap it in your own config, you could take a look at the workaround used to prevent arrow keys from breaking.

@tmsvg tmsvg closed this as completed May 15, 2019
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

2 participants