You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to display a select menu when using cit or ciT, especially when the custom keyword has fast access enabled.
Currently, the notification message used to show the fast access key's information is unreliable, as it often fails to appear.
Instead, I propose an option to either:
Dynamically register the fast access key as a mapping using a prefix or leader key, or
Provide a select input with fuzzy search to choose the custom todo keyword.
Here’s the code that needs to be updated.
I’m not experienced with Lua, which is why I’m not submitting a pull request. I’d love to hear your thoughts on this!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I want to display a select menu when using cit or ciT, especially when the custom keyword has fast access enabled.
Currently, the notification message used to show the fast access key's information is unreliable, as it often fails to appear.
Instead, I propose an option to either:
Dynamically register the fast access key as a mapping using a prefix or leader key, or
Provide a select input with fuzzy search to choose the custom todo keyword.
Here’s the code that needs to be updated.
I’m not experienced with Lua, which is why I’m not submitting a pull request. I’d love to hear your thoughts on this!
https://github.com/nvim-orgmode/orgmode/blob/master/lua/orgmode/objects/todo_state.lua#L27-L64
Beta Was this translation helpful? Give feedback.
All reactions