mirror of
https://github.com/tio/tio.git
synced 2026-05-01 23:07:58 +02:00
Changed escape key from ^g to ^t
After renaming to "tio" it makes sense to change the escape key accordingly. Hence, the new escape key is ^t. Meaning, in session, its now ctrl-t + q to quit.
This commit is contained in:
parent
f6b69d244d
commit
72a287f189
5 changed files with 7 additions and 7 deletions
|
|
@ -57,7 +57,7 @@ void print_options_help(char *argv[])
|
|||
printf(" -v, --version Display version\n");
|
||||
printf(" -h, --help Display help\n");
|
||||
printf("\n");
|
||||
printf("In session, press ctrl-g + q to quit.\n");
|
||||
printf("In session, press ctrl-t + q to quit.\n");
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue