|
|
|
|
|
by bewuethr
2870 days ago
|
|
I think the answer is "yes"; it seems to be covered in the configuration page: http://dvorka.github.io/hstr/CONFIGURATION.html#binding-hh-t... It says to use bind '"\C-r": "\C-ahh -- \C-j"'
to bind to Ctrl-R; the "bind" command can be used in the shell directly. Alternatively, you can put "\C-r": "\C-ahh -- \C-j"
in your ~/.inputrc. |
|