From 6be5444ed4e79a403116be574c6917ec8ecc20db Mon Sep 17 00:00:00 2001 From: Abizer Nasir Date: Sun, 31 Mar 2013 12:31:40 +0100 Subject: [PATCH] Correct link, spelling, and markup in Readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 43c454f..7a919e5 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ extensions to keybindings. Keybinding | Description -------------------|------------------------------------------------------------ C-M-h | Kill the previous word(`backward-kill-word`). (as in Bash/Zsh) -C-x \ | `align-regexp` +C-x \\ | `align-regexp` C-+ | Increase font size(`text-scale-increase`). C-- | Decrease font size(`text-scale-decrease`). C-x O | Go back to previous window (the inverse of `other-window` (`C-x o`)). @@ -197,7 +197,7 @@ Keybinding | Description C-x M-m | Start your default shell. C-x C-m | Alias for `M-x`. C-h A | Run `apropos` (search in all Emacs symbols). -M-\ | Run `hippie-expand` (a replacement for the default `dabbrev-expand`). +M-\\ | Run `hippie-expand` (a replacement for the default `dabbrev-expand`). C-x C-b | Open `ibuffer` (a replacement for the default `buffer-list`). F12 | Toggle the Emacs menu bar. C-x g | Open Magit's status buffer. @@ -213,8 +213,8 @@ Keybinding | Description C-S-up | Move the current line up. C-S-down | Move the current line down. C-c n | Fix indentation in buffer and strip whitespace. -C-c f | Open recently visitted file. -C-M-\ | Indent region (if selected) or the entire buffer. +C-c f | Open recently visited file. +C-M-\\ | Indent region (if selected) or the entire buffer. C-c u | Open URL in your default browser. C-c e | Eval a bit of Emacs Lisp code and replace it with its result. C-c s | Swap two active windows. @@ -226,7 +226,7 @@ Keybinding | Description #### Projectile -Here's a list of functionality provided by [Projectile](https://github.com/bbatsov/prelude): +Here's a list of functionality provided by [Projectile](https://github.com/bbatsov/projectile): Keybinding | Description -------------------|------------------------------------------------------------