]> code.delx.au - dotemacs/blobdiff - README.md
resize window key bindings
[dotemacs] / README.md
index 6ffb812edd4287ba710e101e609b2c65980429a0..fbf053d7df3eedee1a837014ad2e452a40931e0d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -70,9 +70,8 @@ C-x 0                                           Delete window
 C-x 1                                           Switch to single window
 C-x 2                                           Split vertically
 C-x 3                                           Split horizontally
-C-x -                                           Shrink window
-C-x +                                           Make windows the same height
-C-x ^                                           Make window taller
+C-x 9                                           Resize windows with arrow keys
+C-x { / C-x }                                   Shrink/enlarge window horizontally
 C-Up / C-Down / C-Left / C-Right                Switch windows
 C-l                                             Recenter display (center, top then bottom)
 C-M-l                                           Reposition window to contain useful text (eg entire defun)
@@ -165,7 +164,6 @@ C-M-k                                           Kill s-expression / symbol
 C-w                                             Kill from mark to point
 C-y                                             Yank text (paste)
 M-y                                             Scroll through kill ring (paste buffer)
-M-_                                             Select current line
 M-z <char>                                      Kill until <char>
 C-k                                             Kill to end of line
 M-0 C-k                                         Kill to beginning of line