diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-02-05 14:01:26 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-02-05 14:01:26 +0000 |
commit | 54553903de767c980acaaae755c385b2b0b164f8 (patch) | |
tree | ada7a61cb1765ddc965f4e0f2ddc0af4bd894fae | |
parent | c915cfc7e4d08a9b5bed8f96289b49789078ed54 (diff) | |
parent | fb29242168c8d45923267237395cec97cdb86254 (diff) | |
download | rtmux-54553903de767c980acaaae755c385b2b0b164f8.tar.gz rtmux-54553903de767c980acaaae755c385b2b0b164f8.tar.bz2 rtmux-54553903de767c980acaaae755c385b2b0b164f8.zip |
Merge branch 'obsd-master'
-rw-r--r-- | screen.c | 2 | ||||
-rw-r--r-- | tmux.1 | 38 |
2 files changed, 20 insertions, 20 deletions
@@ -154,8 +154,6 @@ screen_set_cursor_colour(struct screen *s, const char *colour) int screen_set_title(struct screen *s, const char *title) { - char *cp; - if (!utf8_isvalid(title)) return (0); free(s->title); @@ -2691,32 +2691,34 @@ command. .Op key .Xc .D1 (alias: Ic lsk ) -List all key bindings. -By default this shows all keys or any bindings for -.Ar key -in the syntax of the +List key bindings. +There are two forms: the default lists keys as .Ic bind-key -command. +commands; .Fl N -instead show keys and attached notes, i -.Ar key-table -if given or in the +lists only keys with attached notes and shows only the key and note for each +key. +.Pp +With the default form, all key tables are listed by default. +.Fl T +lists only keys in +.Ar key-table . +.Pp +With the +.Fl N +form, only keys in the .Em root and .Em prefix -key tables by default. +key tables are listed by default; +.Fl T +also lists only keys in +.Ar key-table . .Fl P -specifies a prefix to print before each key. -With +specifies a prefix to print before each key and .Fl 1 -only the first matching key and note is shown. +lists only the first matching key. .Pp -Without -.Fl N , -.Fl T -prints only keys in -.Ar key-table , -otherwise all key tables are printed. .It Xo Ic send-keys .Op Fl FHlMRX .Op Fl N Ar repeat-count |