diff options
author | nicm <nicm> | 2020-06-16 08:18:34 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-06-16 08:18:34 +0000 |
commit | 1bf9555e4f1ad19e1e6f97ede6fb19808ff1c267 (patch) | |
tree | 517c3ac9fd211c1294523af5f9e11104ae41edaa /tmux.1 | |
parent | afe4ea4250073e482c6ec6accfc539f873df6977 (diff) | |
download | rtmux-1bf9555e4f1ad19e1e6f97ede6fb19808ff1c267.tar.gz rtmux-1bf9555e4f1ad19e1e6f97ede6fb19808ff1c267.tar.bz2 rtmux-1bf9555e4f1ad19e1e6f97ede6fb19808ff1c267.zip |
d and D keys to reset to default in customize mode.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2031,6 +2031,8 @@ The following keys may be used in customize mode: .It Li "s" Ta "Set option value or key attribute" .It Li "S" Ta "Set global option value" .It Li "w" Ta "Set window option value, if option is for pane and window" +.It Li "d" Ta "Set an option or key to the default" +.It Li "D" Ta "Set tagged options and tagged keys to the default" .It Li "u" Ta "Unset an option (set to default value if global) or unbind a key" .It Li "U" Ta "Unset tagged options and unbind tagged keys" .It Li "C-s" Ta "Search by name" |