mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
c933cbc792
* Add support for custom key bindings for #190 * Add tests for configuring custom key bindings * Simplify key bindings test * Add docs on custom key bindings + error message for unhandled actions
18 lines
391 B
Plaintext
18 lines
391 B
Plaintext
up: up alt+OA ctrl+p
|
|
down: down alt+OB ctrl+n
|
|
page-up: pgup
|
|
page-down: pgdown
|
|
select-entry: enter
|
|
select-entry-and-cd: ctrl+x
|
|
left: left
|
|
right: right
|
|
table-left: shift+left
|
|
table-right: shift+right
|
|
delete-entry: ctrl+k
|
|
help: ctrl+h
|
|
quit: esc ctrl+c ctrl+d
|
|
jump-start-of-input: ctrl+a
|
|
jump-end-of-input: ctrl+e
|
|
word-left: ctrl+left
|
|
word-right: ctrl+right
|