Next: The File Selector, Previous: General Information, Up: Editing Files [Index]
In addition to the standard keys used to navigate in the editor (up, down, right, left, page up, page down), the integrated editor provides a number of key bindings allowing easy navigation in the file.
In addition, there are several ways to define new key bindings, see Defining text aliases and Binding actions to keys.
Pressing these three keys and then holding Ctrl-Shift allow you to enter characters using their hexadecimal value. For example, pressing Ctrl-Shift-u-2-0 will insert a space character (ASCII 32, which is 20 in hexadecimal).
Cut to clipboard
Copy to clipboard
Paste from clipboard
Save file to disk
Undo previous insertion/deletion
Redo previous insertion/deletion
Toggle overwrite mode
Select the whole file
Go to the beginning of the line
Go to the end of the line
Go to the beginning of the file
Go to the end of the file
Go to the beginning of the line, or to the previous line if already at the beginning of the line.
Go to the end of the line, or to the beginning of the next line if already at the end of the line.
Delete end of the current word.
Delete beginning of the current word.
Next: The File Selector, Previous: General Information, Up: Editing Files [Index]