mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 12:16:22 +00:00
Change attentionflag shortcut to alt+v
alt+f is the default readline shortcut for forward one word. Regards https://github.com/profanity-im/profanity/issues/1580
This commit is contained in:
@@ -999,7 +999,7 @@ static struct cmd_t command_defs[] = {
|
||||
"Passing no argument will list all currently active windows and information about their usage.")
|
||||
CMD_ARGS(
|
||||
{ "unread", "List windows with unread messages." },
|
||||
{ "attention", "List windows that have been marked with the attention flag (alt+f). You can toggle between marked windows with alt+m." },
|
||||
{ "attention", "List windows that have been marked with the attention flag (alt+v). You can toggle between marked windows with alt+m." },
|
||||
{ "prune", "Close all windows with no unread messages." },
|
||||
{ "swap <source> <target>", "Swap windows, target may be an empty position." })
|
||||
CMD_NOEXAMPLES
|
||||
|
||||
Reference in New Issue
Block a user