ace-window
ace-window copied to clipboard
Add aw-select-always option
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.
Sorry your use case is not clear to me:
- you have 3 windows,
- 2 of them are on the
aw-ignored-bufferslist, - you run
ace-windowand wish to select a window that's on theaw-ignored-bufferslist?
Why not remove the entry from the aw-ignored-buffers list, if you plan on using ace-window to select it?
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.)