Skip to content

Commit

Permalink
Polishing option name for keeping the page on exit.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Jun 11, 2017
1 parent 1ad0b9b commit 4d8b7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/hh.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/hstr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4d8b7ba

Please sign in to comment.