12 lines
1.3 KiB
Plaintext
12 lines
1.3 KiB
Plaintext
Pressing home while in the middle or end of a line goes to the begenning of the line. If you are already at the beginning of the line focus will jump to the top of the document.
|
|
Pressing end while in the middle or begenning of a line goes to the end of the line. If you are already at the end of the line focus will jump to the bottom of the document.
|
|
You can use Alt+W to hear how many words, lines, and characters your document has.
|
|
You can use F7 to spell check your document.
|
|
You can use Alt+Shift+Less than and Alt+Shift+Greater than to move to other documents which are opened on the text editor.
|
|
You can use Control+H to search and replace words, strings, or patterns.
|
|
You can use Control+F to search and find something on your document.
|
|
You can use Alt+C to let the editor try to complete a word you have started typing. You must have used that same word somewhere else on the same document.
|
|
You can mark the begenning of a block of text with control+B then move the cursor to the end of the text and then copy it with Control+C or cut it with Control+X. Then you can paste it in a new location in that document with Control+V.
|
|
You can use Control+O to open a new document.
|
|
In some places on this editor, the word "buffer" is used in place of the word "file", but it refers to the same thing.
|