]> code.delx.au - dotemacs/blobdiff - README.md
add commands to readme
[dotemacs] / README.md
index c591ab6015edb74fc00c93cf63e1744aed341293..32e08ed72dd3fc7ba1f271c3b8edc06d210a1145 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,6 +25,7 @@ C-h k                                           Help about key binding
 C-h v                                           Describe variable
 C-h f                                           Describe function
 C-h m                                           Documentation on active modes
+<prefix> C-h                                    Show bindings starting with <prefix>
 ```
 
 # Search
@@ -44,6 +45,7 @@ C-x C-s                                         Save current buffer
 C-x s                                           Save some buffers
 C-x C-w                                         Write buffer to file
 C-x C-f                                         Find file
+C-x C-v                                         Find file and kill current buffer
 C-x f                                           Find files in git repository
 C-x g                                           Grep in git repository
 M-x find-file-at-point                          Find (open) filename at point
@@ -67,6 +69,8 @@ C-x -                                           Shrink window
 C-x +                                           Make windows the same height
 C-x ^                                           Make window taller
 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)
 M-x make-frame                                  New frame (X11 window)
 ```
 
@@ -190,11 +194,12 @@ F10                                             Toggle word wrap
 M-x eshell                                      Run eshell
 M-x ielm                                        Run Emacs Lisp REPL
 M-x linum-mode                                  Display line numbers
+M-x restclient                                  Open HTTP client
 M-x shell                                       Run bash shell
 M-x slime                                       Run Common Lisp REPL
 M-x smerge-ediff                                Resolve merge conflicts in multi-window mode
 M-x smerge-mode                                 Resolve merge conflicts by hunks
-M-x restclient                                  Open HTTP client
+M-x term                                        Run terminal
 M-x yas-reload-all                              Reload all snippets
 ```