From aa87394c0d925df6410c43a3f35b294614d47a45 Mon Sep 17 00:00:00 2001 From: Joseph Turner Date: Thu, 13 Jan 2022 16:43:18 -0800 Subject: [PATCH] Add missing actions to README Also, change the wording of "o" action, since I think "delete other windows", the terminology displayed in emacs after "M-o ?", is clearer than the current "maximize current window." --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45e196b..c6c41d8 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,12 @@ You can also start by calling `ace-window` and then decide to switch the action - j - select buffer - n - select the previous window - u - select buffer in the other window -- c - split window fairly, either vertically or horizontally +- e - execute command other window +- F - split window fairly, either vertically or horizontally - v - split window vertically - b - split window horizontally -- o - maximize current window +- o - delete other windows +- T - transpose frame - ? - show these command bindings For proper operation, these keys *must not* be in `aw-keys`. Additionally,