Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use C-h to show aw-show-dispatch-help popup when ace-window is invoked #244

Open
IceAsteroid opened this issue Apr 4, 2024 · 0 comments

Comments

@IceAsteroid
Copy link

IceAsteroid commented Apr 4, 2024

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?

@IceAsteroid 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant