branch: master
commit cf91510f791a2437ac6576d32067d1b8c76f5c64
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    README.md: Add a section on midway switch
    
    Re #44
---
 README.md |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index 1b2f808..9ae8da3 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,18 @@ always be `1`.
 
 - You can delete the selected window by calling `ace-window` with a double 
prefix argument, i.e. <kbd>C-u C-u</kbd>.
 
+## Change the action midway
+
+You can also start by calling `ace-window` and then decide to switch the 
action to `delete` or `swap` etc.  By default the bindings are:
+
+- <kbd>x</kbd> - delete window
+- <kbd>m</kbd> - swap (move) window
+- <kbd>v</kbd> - split window vertically
+- <kbd>b</kbd> - split window horizontally
+- <kbd>n</kbd> - select the previous window
+
+In order for it to work, these keys *must not* be in `aw-keys`.
+
 ## Customization
 Aside from binding `ace-window`:
 

Reply via email to