From 5375e0de7189d88e1837109d991831bea5663fb6 Mon Sep 17 00:00:00 2001 From: Ori Date: Tue, 16 Jun 2020 14:14:30 -0400 Subject: [PATCH] Update documentation for changed action keys --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b60d21e..60013b2 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,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 a key sequence in the other window +- F - split window fairly, either vertically or horizontally - v - split window vertically - b - split window horizontally - o - maximize current window +- T - transpose frame - ? - show these command bindings For proper operation, these keys *must not* be in `aw-keys`. Additionally, @@ -132,10 +134,12 @@ This is the list of actions you can trigger from `ace-window` other than the (?j aw-switch-buffer-in-window "Select Buffer") (?n aw-flip-window) (?u aw-switch-buffer-other-window "Switch Buffer Other Window") - (?c aw-split-window-fair "Split Fair Window") + (?e aw-execute-command-other-window "Execute Command Other Window") + (?F aw-split-window-fair "Split Fair Window") (?v aw-split-window-vert "Split Vert Window") (?b aw-split-window-horz "Split Horz Window") (?o delete-other-windows "Delete Other Windows") + (?T aw-transpose-frame "Transpose Frame") (?? aw-show-dispatch-help)) "List of actions for `aw-dispatch-default'.")