From 29929e3386b1ae86a12b7d4284161923e7492dc9 Mon Sep 17 00:00:00 2001 From: Tobias Adam Date: Wed, 13 Aug 2014 16:38:21 +0200 Subject: [PATCH 1/2] Delete documentation for C-M-h keybinding It was removed in commit 3ac3415a2c5bdd7a4cba8bac914577bcde388627. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8388019..59a0a65 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,6 @@ extensions to keybindings. Keybinding | Description -------------------|------------------------------------------------------------ -C-M-h | Kill the previous word(`backward-kill-word`). (as in Bash/Zsh) C-x \\ | `align-regexp` C-+ | Increase font size(`text-scale-increase`). C-- | Decrease font size(`text-scale-decrease`). From 56e46a62a9177fd6897c1e5bdd584201a67a85ab Mon Sep 17 00:00:00 2001 From: Tobias Adam Date: Wed, 13 Aug 2014 16:57:39 +0200 Subject: [PATCH 2/2] Fix Markdown escaping of backslash character. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59a0a65..91f9d9f 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ Keybinding | Description C-c . - | Decrement integer at point. Default is -1. C-c . * | Multiply integer at point. Default is *2. C-c . / | Divide integer at point. Default is /2. -C-c . \ | Modulo integer at point. Default is modulo 2. +C-c . \\ | Modulo integer at point. Default is modulo 2. C-c . ^ | Power to the integer at point. Default is ^2. C-c . < | Left-shift integer at point. Default is 1 position to the left. C-c . > | Right-shift integer at point. Default is 1 position to the right.