From 69b0500f8729d16e240fb2eb2d762569db514e2e Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Tue, 3 Dec 2013 22:49:28 +0100 Subject: [PATCH] Minor polishing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb60660..d784986 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ https://github.com/dvorka/hstr/releases INSTALLATION ------------ * bind `hh` to a key and/or add it to $PATH -* bind hh to a BASH key by adding a line to your `.bashrc`, e.g. Ctrl-R: +* bind `hh` to a BASH key by adding a line to your `.bashrc`, e.g. Ctrl-R: `bind '"\C-r": "\C-k\C-uhh\C-j"'` @@ -32,7 +32,7 @@ INSTALLATION 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~`. - Replace the `^[` with \e. To clear the line first, add `\C-k \C-u` in front of + Replace the `^[` with `\e`. To clear the line first, add `\C-k \C-u` in front of the actual command. Check your current bindings using: `bind -S`