gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU ELPA] Ace-Window version 0.10.0


From: ELPA update
Subject: [GNU ELPA] Ace-Window version 0.10.0
Date: Sun, 31 Mar 2024 05:02:45 -0400

Version 0.10.0 of package Ace-Window has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Ace-Window describes itself as:

  =======================
  Quickly switch windows.
  =======================

More at https://elpa.gnu.org/packages/ace-window.html

## Summary:

  The main function, `ace-window' is meant to replace `other-window'
  by assigning each window a short, unique label.  When there are only
  two windows present, `other-window' is called (unless
  aw-dispatch-always is set non-nil).  If there are more, each
  window will have its first label character highlighted.  Once a
  unique label is typed, ace-window will switch to that window.

  To setup this package, just add to your .emacs:

     (global-set-key (kbd "M-o") 'ace-window)

  replacing "M-o"  with an appropriate shortcut.

  By default, ace-window uses numbers for window labels so the window
  labeling is intuitively ordered.  But if you prefer to type keys on
  your home row for quicker access, use this setting:

     (setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l))

## Recent NEWS:

[Not provided 🙁]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]