Polishing readme

This commit is contained in:
Martin Dvorak 2013-12-02 23:58:34 +01:00
parent 986f158088
commit b980d43fb4

View file

@ -19,15 +19,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"'
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"'
Binding using Ctrl-F12:
bind '"\e[24;5~":"\C-kX\C-uhh\n"'
Check:
bind -S