martanne / vis

A vi-like editor based on Plan 9's structural regular expressions
Other
4.25k stars 258 forks source link

Listen for motion events (or keypresses without overriding actions)? #919

Closed erf closed 1 year ago

erf commented 3 years ago

Is there a way to listen for motions using the Lua API?

I'd like to perform some action on motions.

Or is it possible to listen for a set of keypresses in NORMAL mode, without overriding their actions?