abo-abo / ace-window

Quickly switch windows in Emacs
965 stars 85 forks source link

Directly jump to nth window #224

Open nurdann opened 2 years ago

nurdann commented 2 years ago

Is it possible to have a keybinding to directly jump to nth window? Most of the time I have few window splits that I want to navigate between.

I tried sending char to ace-window but it's a blocking call,

(progn
  (ace-select-window)
  (insert-char ?1))