Key | Binding |
---|---|
Ctrl+a | Move to beginning of line |
Ctrl+b | Move back one character |
Ctrl+d | Delete current character (or selection) |
Ctrl+e | Move to end of line |
Ctrl+f | Move forward one character |
Ctrl+h | Backspace and remove one character |
Ctrl+k | Delete rest of line |
Ctrl+n | Move to next line (or next history item) |
Ctrl+p | Move to prev line (or prev history item) |
Ctrl+r | Search backward for string |
Ctrl+s | Search forward for string |
Alt+n | New edit window |
Alt+o | Open file |
Alt+a | Save file as... |
Alt+s | Save file |
Alt+b | Box the enclosing (or adjacent) expression |
Alt+c | Copy text to the clipboard |
Alt+v | Paste text from the clipboard |
Alt+x | Cut text (& place on the clipboard) |
Alt+g | Save the file and evaluate its contents |
Alt+q | Close the editor |
Alt+< | Move to beginning of buffer |
Alt+> | Move to end of buffer |
Tab | Indent current line |