Merge pull request #422 from seanfisk/fix-readme-keybindings-again

Fix README keybindings again
This commit is contained in:
Bozhidar Batsov 2013-10-24 08:57:01 -07:00
commit 4e3f55d521

View file

@ -233,8 +233,8 @@ Keybinding | Description
<kbd>C-c g</kbd> | Search in Google for the thing under point (or an interactive query). <kbd>C-c g</kbd> | Search in Google for the thing under point (or an interactive query).
<kbd>C-c G</kbd> | Search in GitHub for the thing under point (or an interactive query). <kbd>C-c G</kbd> | Search in GitHub for the thing under point (or an interactive query).
<kbd>C-c y</kbd> | Search in YouTube for the thing under point (or an interactive query). <kbd>C-c y</kbd> | Search in YouTube for the thing under point (or an interactive query).
<kbd>C-S-RET</kbd> or <kbd>M-o</kbd> | Insert an empty line above the current line and indent it properly <kbd>C-S-RET</kbd> or <kbd>M-O</kbd> or <kbd>Super-o</kbd> | Insert an empty line above the current line and indent it properly.
<kbd>S-RET</kbd> or <kbd>M-O</kbd> or <kbd>Super-o</kbd> | Insert an empty line and indent it properly (as in most IDEs). <kbd>S-RET</kbd> or <kbd>M-o</kbd> | Insert an empty line and indent it properly (as in most IDEs).
<kbd>C-S-up</kbd> or <kbd>M-S-up</kbd> | Move the current line or region up. <kbd>C-S-up</kbd> or <kbd>M-S-up</kbd> | Move the current line or region up.
<kbd>C-S-down</kbd> or <kbd>M-S-down</kbd>| Move the current line or region down. <kbd>C-S-down</kbd> or <kbd>M-S-down</kbd>| Move the current line or region down.
<kbd>C-c n</kbd> | Fix indentation in buffer and strip whitespace. <kbd>C-c n</kbd> | Fix indentation in buffer and strip whitespace.
@ -259,7 +259,6 @@ Keybinding | Description
<kbd>Super-m l</kbd> | Magit log <kbd>Super-m l</kbd> | Magit log
<kbd>Super-m f</kbd> | Magit file log <kbd>Super-m f</kbd> | Magit file log
<kbd>Super-m b</kbd> | Magit blame mode <kbd>Super-m b</kbd> | Magit blame mode
<kbd>Super-o</kbd> | Open line above current line
#### OSX modifier keys #### OSX modifier keys