Is there a way to bind insert mode key-press to a command? #8747
-
I am attempting to remap
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
This would be covered by macro keybinding in the future: #1383. With that feature implemented, the middle command would be |
Beta Was this translation helpful? Give feedback.
-
Definitely look at what @the-mikedavis said, but here's a workaround:
|
Beta Was this translation helpful? Give feedback.
-
@Omnikar and @the-mikedavis, (a bit late, but) it looks like |
Beta Was this translation helpful? Give feedback.
Try
:insert-output printf ' '
instead