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
While running without the toolbar or menubar enabled, I will occasionally use tmm-menubar via (M-)` to access the menu items but navigating the menu options is problematic with ivy-mode enabled. To get it to work, I have to clear the text and then use the arrow keys to select the item and repeat for sub-menu items.
I could be missing a configuration but I believe this is a unique issue. I am wondering if a reimplementation of tmm-prompt is in order when using ivy-mode?
The text was updated successfully, but these errors were encountered:
* counsel.el (counsel-tmm-prompt): New defun.
(tmm-km-list): Define this variable here, since `tmm-get-keymap'
modifies a global variable (yuck!).
Re #316
Is there a particular way I should use counsel-tmm? I'm getting (void-variable tmm-table-undef) when calling it interactively.
Update: Likely something on my end as I see that variable being set in tmm.el and yet am getting an error. I also see where you ensure that is was included via your require statement. I'll figure this one out on my one.
While running without the toolbar or menubar enabled, I will occasionally use
tmm-menubar
via(M-
)` to access the menu items but navigating the menu options is problematic with ivy-mode enabled. To get it to work, I have to clear the text and then use the arrow keys to select the item and repeat for sub-menu items.I could be missing a configuration but I believe this is a unique issue. I am wondering if a reimplementation of
tmm-prompt
is in order when usingivy-mode
?The text was updated successfully, but these errors were encountered: