X-Git-Url: https://code.delx.au/dotemacs/blobdiff_plain/a49f4d5ed36b9bb22bf18a3ba380a31a130463cb..32bba2b1c9e919740871e84fad981f24eb1c9cdf:/README.md diff --git a/README.md b/README.md index c591ab6..32e08ed 100644 --- 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 + C-h Show bindings starting with ``` # 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 ```