From bef5ec9e2642aaf4994dbf9c88cf7749b90a9140 Mon Sep 17 00:00:00 2001 From: Sean Fisk Date: Thu, 24 Oct 2013 11:43:12 -0400 Subject: [PATCH 1/2] Really fix key bindings, once and for all. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77df57d..d655828 100644 --- a/README.md +++ b/README.md @@ -233,8 +233,8 @@ Keybinding | Description C-c g | Search in Google for the thing under point (or an interactive query). C-c G | Search in GitHub for the thing under point (or an interactive query). C-c y | Search in YouTube for the thing under point (or an interactive query). -C-S-RET or M-o | Insert an empty line above the current line and indent it properly -S-RET or M-O or Super-o | Insert an empty line and indent it properly (as in most IDEs). +C-S-RET or M-O or Super-o | Insert an empty line above the current line and indent it properly +S-RET or M-o | Insert an empty line and indent it properly (as in most IDEs). C-S-up or M-S-up | Move the current line or region up. C-S-down or M-S-down| Move the current line or region down. C-c n | Fix indentation in buffer and strip whitespace. @@ -259,7 +259,6 @@ Keybinding | Description Super-m l | Magit log Super-m f | Magit file log Super-m b | Magit blame mode -Super-o | Open line above current line #### OSX modifier keys From 715d7e9bba690a841a897cd4be3b7f38773843ba Mon Sep 17 00:00:00 2001 From: Sean Fisk Date: Thu, 24 Oct 2013 11:44:41 -0400 Subject: [PATCH 2/2] Add period. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d655828..a725ed8 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ Keybinding | Description C-c g | Search in Google for the thing under point (or an interactive query). C-c G | Search in GitHub for the thing under point (or an interactive query). C-c y | Search in YouTube for the thing under point (or an interactive query). -C-S-RET or M-O or Super-o | Insert an empty line above the current line and indent it properly +C-S-RET or M-O or Super-o | Insert an empty line above the current line and indent it properly. S-RET or M-o | Insert an empty line and indent it properly (as in most IDEs). C-S-up or M-S-up | Move the current line or region up. C-S-down or M-S-down| Move the current line or region down.