From a8f898fecd0694ccbd5dcd4eeb8cafa2b79c8812 Mon Sep 17 00:00:00 2001 From: Keyvan Hedayati Date: Tue, 26 Aug 2014 09:45:55 +0430 Subject: [PATCH 1/2] 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. From 34103f98c0d87e16a72557fcab65d1d7c75cc960 Mon Sep 17 00:00:00 2001 From: Keyvan Hedayati Date: Tue, 26 Aug 2014 16:04:28 +0430 Subject: [PATCH 2/2] Fixed some mistakes in README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1758cc9..da1ef32 100644 --- a/README.md +++ b/README.md @@ -265,9 +265,8 @@ 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. +M-Z | Zap up to char. +C-c J or Super-> | Switch between buffers with [`ace-jump-buffer`](https://github.com/waymondo/ace-jump-buffer) 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.