mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Mention how to list key commands in help output
This commit is contained in:
parent
289bbfd393
commit
866b5bcb30
1 changed files with 2 additions and 0 deletions
|
|
@ -172,6 +172,8 @@ void option_print_help(char *argv[])
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf("Options and profiles may be set via configuration file.\n");
|
printf("Options and profiles may be set via configuration file.\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
printf("In session you can press ctrl-%c ? to list available key commands.\n", option.prefix_key);
|
||||||
|
printf("\n");
|
||||||
printf("See the man page for more details.\n");
|
printf("See the man page for more details.\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue