diff --git a/man/hh.1 b/man/hh.1 index 7476b35..856b077 100644 --- a/man/hh.1 +++ b/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 diff --git a/src/hstr.c b/src/hstr.c index 2d12391..3a80209 100644 --- a/src/hstr.c +++ b/src/hstr.c @@ -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"