Merge pull request #651 from k1-hedayati/added-some-forgotten-keys-to-readme

Added some forgotten keys to README
This commit is contained in:
Bozhidar Batsov 2014-08-31 18:26:54 +03:00
commit c4995d8ec7

View file

@ -266,6 +266,8 @@ Keybinding | Description
<kbd>F11</kbd> | Make the window full screen.
<kbd>F12</kbd> | Toggle the Emacs menu bar.
<kbd>C-x g</kbd> | Open Magit's status buffer.
<kbd>M-Z</kbd> | Zap up to char.
<kbd>C-c J</kbd> or <kbd>Super-></kbd> | Switch between buffers with [`ace-jump-buffer`](https://github.com/waymondo/ace-jump-buffer)
<kbd>C-=</kbd> | Run `expand-region` (incremental text selection).
<kbd>C-a</kbd> | Run `prelude-move-beginning-of-line`. Read [this](http://emacsredux.com/blog/2013/05/22/smarter-navigation-to-the-beginning-of-a-line/) for details.