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
Here's a way to show the popup by setting a single key like "?" like in the readme
(defvar aw-dispatch-alist
'((?x aw-delete-window "Delete Window")
(?m aw-swap-window "Swap Windows")
;;; omitted.
(?o delete-other-windows "Delete Other Windows")
(?? aw-show-dispatch-help))
"List of actions for `aw-dispatch-default'.")
How to show the aw-show-dispatch-help popup by C-h key during ace-window is invoked to be more emacsish like?
The text was updated successfully, but these errors were encountered:
IceAsteroid
changed the title
Add C-h to show aw-show-dispatch-help popup when ace-window is invoked
How to use C-h to show aw-show-dispatch-help popup when ace-window is invoked
Apr 4, 2024
Here's a way to show the popup by setting a single key like "?" like in the readme
How to show the aw-show-dispatch-help popup by C-h key during ace-window is invoked to be more emacsish like?
The text was updated successfully, but these errors were encountered: