ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
57 stars 8 forks source link

Support keyword lookup #36

Open ulyssa opened 2 years ago

ulyssa commented 2 years ago

There's an action for performing keyword lookups (Action::KeywordLookup), but nothing to help make it functional. Since this is ultimately very application-specific, there probably only needs to be a method to help fetch the word under the cursor's current position.