Skip to content
New issue

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

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

Already on GitHub? # to your account

Dealing with special keys #1

Open
mgedmin opened this issue Nov 7, 2018 · 2 comments
Open

Dealing with special keys #1

mgedmin opened this issue Nov 7, 2018 · 2 comments

Comments

@mgedmin
Copy link

mgedmin commented Nov 7, 2018

When you record a vim macro, any special keys (such as arrows, or Backspace) get encoded using these strange <80>kX sequences. Do you think it would be possible for a plugin like yours to convert them to readable key names such as <Up> etc. and then convert them back after editing?

@dohsimpson
Copy link
Owner

Thanks for the suggestion, but I don't see an easy way to accomplish it. Ideally if there a Vim function that does that, it would be easy to implement.

@juanMarinero
Copy link

I opened same issue in another trending Vim plugin: link. No much hope though.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants