From a8f898fecd0694ccbd5dcd4eeb8cafa2b79c8812 Mon Sep 17 00:00:00 2001 From: Keyvan Hedayati Date: Tue, 26 Aug 2014 09:45:55 +0430 Subject: [PATCH] Added some forgotten keys to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 39bb565..1758cc9 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,9 @@ Keybinding | Description F11 | Make the window full screen. F12 | Toggle the Emacs menu bar. C-x g | Open Magit's status buffer. +M-Z | Zap up to char +C-c J | Open the buffer menu and go to the selected buffer in the current window. +Super-> | Open the buffer menu and go to the selected buffer in the current window. C-= | Run `expand-region` (incremental text selection). C-a | 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.