Added some forgotten keys to README

This commit is contained in:
Keyvan Hedayati 2014-08-26 09:45:55 +04:30
parent a52cdc83ee
commit a8f898fecd

View file

@ -265,6 +265,9 @@ Keybinding | Description
<kbd>F11</kbd> | Make the window full screen. <kbd>F11</kbd> | Make the window full screen.
<kbd>F12</kbd> | Toggle the Emacs menu bar. <kbd>F12</kbd> | Toggle the Emacs menu bar.
<kbd>C-x g</kbd> | Open Magit's status buffer. <kbd>C-x g</kbd> | Open Magit's status buffer.
<kbd>M-Z</kbd> | Zap up to char
<kbd>C-c J</kbd> | Open the buffer menu and go to the selected buffer in the current window.
<kbd>Super-></kbd> | Open the buffer menu and go to the selected buffer in the current window.
<kbd>C-=</kbd> | Run `expand-region` (incremental text selection). <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. <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.