Alexander-Miller/treemacs@5c01829 -> Alexander-Miller/treemacs@327bf63 abo-abo/hydra@16fa8d1 -> abo-abo/hydra@87873d7 dimitri/switch-window@204f9fc -> dimitri/switch-window@8710f63 ema2159/centaur-tabs@57afd81 -> ema2159/centaur-tabs@0e003e3 hlissner/emacs-doom-themes@a130617 -> hlissner/emacs-doom-themes@f569b5a jabranham/mixed-pitch@734fbdf -> jabranham/mixed-pitch@1cad46f joostkremers/writeroom-mode@7f7acde -> joostkremers/writeroom-mode@8a226a3 jrblevin/deft@f54e8a6 -> jrblevin/deft@fca9ea0 |
||
---|---|---|
.. | ||
config.el | ||
packages.el | ||
README.org |
ui/window-select
Table of Contents TOC
Description
This module provides several methods for selecting windows without the use of
the mouse or spatial navigation (e.g. C-w {h,j,k,l}
).
The command other-window
is remapped to either switch-window
or
ace-window
, depending on which backend you've enabled. It is bound to C-x o
(and C-w C-w
for evil users).
It also provides numbered windows and selection with the winum
package, if
desired. Evil users can jump to window N in C-w <N>
(where N is a number
between 0 and 9). Non evil users have C-x w <N>
instead.
Module Flags
+switch-window
Use the switch-window package as the backend, instead of ace-window (avy).+numbers
Enable numbered windows and window selection (using winum).
Packages
- switch-window (if
+switch-window
) - ace-window (if
+switch-window
isn't enabled) - winum (if
+numbers
)
Prerequisites
This module has no additional dependencies.
TODO Features
Configuration
This module provides two backends, both providing the same functionality, but
with different visual cues. They are ace-window
and switch-window
.
ace-window
The first character of the buffers changes to a highlighted, user-selectable character.
- Pros: the content of the buffers are always visible.
- Cons: The displayed characters are small and difficult to see.
switch-window
Replaces the entire buffer with large letters.
- Pros: The displayed characters are really easy to see.
- Cons: You can't see the contents of the buffers.