Feature request: ghost text inline preview only when holding a modifier key #140
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With Zed code editor, more specifically Edit's Prediction feature when
modeis set tosubtle, predictions appears inline only when holding a modifier key (for example Alt). I am wondering if it is possible to do with this plugin, if not, do you guys think it is a cool feature to have?If you guys are willing to take this feature request further, I am willing to contribute to the project by implement that feature
Actually, I don't even know if it is possible to handle keyhold events using the native Neovim API, unfortunately. Maybe this feature can't be implemented due to Neovim API's limitations