Add a way to quote for command arguments and use for key in list-keys,

GitHub issue 5153.
This commit is contained in:
nicm
2026-06-05 08:04:03 +00:00
parent 6beebbe074
commit d7a2b52da8
3 changed files with 16 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
"," \
"bind-key #{?key_has_repeat,#{?key_repeat,-r, },} " \
"-T #{p|#{key_table_width}:key_table} " \
"#{p|#{key_string_width}:key_string} " \
"#{p|#{key_string_width}:#{q|a:key_string}} " \
"#{key_command}}"
static enum cmd_retval cmd_list_keys_exec(struct cmd *, struct cmdq_item *);