We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selecting Text has multiple advantages. For example, you can replace text instantly, without deleting the previous part first.
The | stands for the cursor
|
Text:
Hello, |World!
Keyboard Input:
arrow right
delete
Hello, Github|!
shift
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Selecting Text has multiple advantages.
For example, you can replace text instantly, without deleting the previous part first.
Replacement example without selection:
The
|
stands for the cursorText:
Keyboard Input:
arrow right
5 timesdelete
5 timesText:
Replacement example with selection:
The
|
stands for the cursorText:
Keyboard Input:
shift
and pressarrow right
5 timesText:
The text was updated successfully, but these errors were encountered: