dohsimpson / vim-macroeditor

Edit Vim macros with ease!
MIT License
31 stars 2 forks source link

Dealing with special keys #1

Open mgedmin opened 5 years ago

mgedmin commented 5 years ago

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 commented 5 years ago

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 commented 3 years ago

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