abo-abo / ace-window

Quickly switch windows in Emacs
979 stars 87 forks source link

`aw-ignore-current` doesn't work correctly with 3 windows #48

Closed bcarrell closed 9 years ago

bcarrell commented 9 years ago

If you have 3 windows open and aw-ignore-current as true, ace-window will just cycle since the current window is removed and ace-window believes there's only 2 windows.

The desired behavior would be to display the overlays on the other 2 non-selected windows so you can jump from 1 -> 3 or 3 -> 1 faster than cycling.