summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/window-customize.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* d and D keys to reset to default in customize mode.nicm2020-06-161-38/+128
|
* Separate key flags and modifiers, log key flags, make the "xterm" flagnicm2020-05-161-5/+5
| | | | more explicit and fix M- keys with a leading escape.
* Expand target from client and use it to expand the prompt.nicm2020-05-161-6/+7
|
* Add a customize mode where keys and options may be browsed and changed,nicm2020-05-161-0/+1430
includes adding a brief description of each option. Bound to "C" by default.