abo-abo / ace-window

Quickly switch windows in Emacs
970 stars 86 forks source link

Add aw-select-always option #185

Open deftsp opened 4 years ago

deftsp commented 4 years ago

For example, I have three windows, they are org-agenda window, dired-sidebar and foo.js. org-agenda and dired-sidebar have been been binded to fix keys like M-o a and M-o t, and they both been filtered by aw-ignored-buffers .

Now the selected window is in agenda-buffer, I want to jump to foo.js. Even if with aw-dispatch-always to t, and aw-dispatch-when-more-than to 0, still not allow to to select the foo.js window.

abo-abo commented 4 years ago

Sorry your use case is not clear to me:

Why not remove the entry from the aw-ignored-buffers list, if you plan on using ace-window to select it?

deftsp commented 4 years ago

Because, I want to let some windows have dedicated keys and others window key dynamic. When ace window select activate, no matther what's the layout is, I can use the same keys to reach it. Maybe my style is not ace-window's design concept.)