aboutsummaryrefslogtreecommitdiff
path: root/window-customize.c
Commit message (Collapse)AuthorAge
* Stop caring about empty commands, just treat as a null command.nicm2021-08-21
|
* Add different command historys for different types of promptsnicm2021-06-10
| | | | ("command", "search" etc). From Anindya Mukherjee.
* Add a flag to disable keys to close a message, GitHub issue 2625.nicm2021-04-12
|
* Permit shortcut keys in buffer, client, tree modes to be configured withnicm2021-04-12
| | | | a format; the default remains the line number. GitHub issue 2636.
* Hide some warnings on newer GCC versions, GitHUb issue 2525.nicm2021-01-18
|
* Some other warnings, GitHub issue 2382.nicm2020-09-18
|
* Add a -d option to display-message to set delay, from theonekeyg atnicm2020-07-27
| | | | gmail dot com in GitHub issue 2322.
* Check all lists if option not found already.nicm2020-07-23
|
* d and D keys to reset to default in customize mode.nicm2020-06-16
|
* Separate key flags and modifiers, log key flags, make the "xterm" flagnicm2020-05-16
| | | | more explicit and fix M- keys with a leading escape.
* Expand target from client and use it to expand the prompt.nicm2020-05-16
|
* Add a customize mode where keys and options may be browsed and changed,nicm2020-05-16
includes adding a brief description of each option. Bound to "C" by default.