From 7edbf70643fcd5b504bf71bb64b9522d673c6ea1 Mon Sep 17 00:00:00 2001 From: Chzyer Date: Wed, 23 Sep 2015 13:05:11 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 185a819..6d66b0b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A pure go implementation for gnu readline. > `Meta + n` means press `Esc` and `n` separately | Shortcut | Comment | Support | -|--------------------+-----------------------------------+---------| +|--------------------|-----------------------------------|---------| | `Ctrl`+`A` | Beginning of line | Yes | | `Ctrl`+`B` / `←` | Backward one character | Yes | | `Meta`+`B` | Backward one word | Yes | @@ -37,3 +37,5 @@ A pure go implementation for gnu readline. | `Meta`+`Backspace` | Cut previous word | Yes | | `Enter` | Line feed | Yes | + +