From f2545a0492737dc1b986ff2b3c83118aeb89b291 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Tue, 3 Dec 2013 07:51:28 +0100 Subject: [PATCH] md polishing --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c4cad1e..6449ba7 100644 --- a/README.md +++ b/README.md @@ -20,22 +20,22 @@ INSTALLATION * add hh to $PATH * you may also bind hh to a BASH key (e.g. F12) by adding bind to .bashrc: - bind '"\e[24~":"hh"' + bind '"\e[24~":"hh"' - To determine the character sequence emitted by a pressed key in terminal, - type CTRL-v and then press the key. For example, F12 gives "^[[24~" (no quotes). - Replace the "^[" with \e. To clear the line first, add ā€œ\C-k \C-uā€ in front of - the actual command to clear the line first. + To determine the character sequence emitted by a pressed key in terminal, + type CTRL-v and then press the key. For example, F12 gives "^[[24~" (no quotes). + Replace the "^[" with \e. To clear the line first, add ā€œ\C-k \C-uā€ in front of + the actual command to clear the line first. - bind '"\e[24~":"\C-kX\C-uhh\n"' + bind '"\e[24~":"\C-kX\C-uhh\n"' - Binding using Ctrl-F12: + Binding using Ctrl-F12: - bind '"\e[24;5~":"\C-kX\C-uhh\n"' + bind '"\e[24;5~":"\C-kX\C-uhh\n"' - Check: + Check: - bind -S + bind -S BUGS