mirror of
https://github.com/dvorka/hstr.git
synced 2025-09-08 21:44:26 +08:00
Polishing option name for keeping the page on exit.
This commit is contained in:
parent
1ad0b9b152
commit
4d8b7bac91
2 changed files with 2 additions and 2 deletions
2
man/hh.1
2
man/hh.1
|
@ -119,7 +119,7 @@ Configuration options:
|
|||
\fIblacklist\fR
|
||||
Load list of commands to skip when processing history from ~/.hh_blacklist (built-in blacklist used otherwise).
|
||||
|
||||
\fIkeepage\fR
|
||||
\fIkeep-page\fR
|
||||
Don't clear page with command selection on exit (page is cleared by default).
|
||||
|
||||
\fIbig-keys-skip\fR
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
// MVP: model is the same regardless prompt is top or bottom - view is different
|
||||
#define HH_CONFIG_PROMPT_BOTTOM "prompt-bottom"
|
||||
#define HH_CONFIG_BLACKLIST "blacklist"
|
||||
#define HH_CONFIG_KEEP_PAGE "keepage"
|
||||
#define HH_CONFIG_KEEP_PAGE "keep-page"
|
||||
#define HH_CONFIG_DEBUG "debug"
|
||||
#define HH_CONFIG_WARN "warning"
|
||||
#define HH_CONFIG_BIG_KEYS_SKIP "big-keys-skip"
|
||||
|
|
Loading…
Add table
Reference in a new issue