emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master cf91510 05/14: README.md: Add a section on midway switch


From: Oleh Krehel
Subject: [elpa] master cf91510 05/14: README.md: Add a section on midway switch
Date: Thu, 04 Jun 2015 17:05:15 +0000

branch: master
commit cf91510f791a2437ac6576d32067d1b8c76f5c64
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]