mirror of
https://github.com/tmux/tmux.git
synced 2026-06-21 17:55:21 +00:00
Fix text to refer to status-keys not mode-keys, GitHub issue 5191.
This commit is contained in:
@@ -739,7 +739,7 @@ const struct options_table_entry options_table[] = {
|
|||||||
.flags = OPTIONS_TABLE_IS_STYLE,
|
.flags = OPTIONS_TABLE_IS_STYLE,
|
||||||
.separator = ",",
|
.separator = ",",
|
||||||
.text = "Style of the command prompt when in command mode, if "
|
.text = "Style of the command prompt when in command mode, if "
|
||||||
"'mode-keys' is set to 'vi'."
|
"'status-keys' is set to 'vi'."
|
||||||
},
|
},
|
||||||
|
|
||||||
{ .name = "message-format",
|
{ .name = "message-format",
|
||||||
|
|||||||
Reference in New Issue
Block a user