Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ When using ace-window, if the action character is followed by a string,
then `ace-window` will be invoked again to select the target window for
the action. Otherwise, the current window is selected.

If for instance you would like to close a window, when several are open,
you can do:

M-o ? x n

Where `n` is the window number, in order to close window number `n`.

### `aw-minibuffer-flag`

When non-nil, also display `ace-window-mode` string in the minibuffer
Expand Down