Key | Binding |
---|---|
Alt+< | Move to beginning of expression |
Alt+> | Move to end of expression |
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 |
Ctrl+c | Interrupt expression evaluation |
Alt+b | Box the enclosing (or adjacent) expression |
Alt+c | Copy text to the clipboard |
Alt+q | Quit this session |
Alt+v | Paste text from the clipboard |
Alt+x | Cut text (& place on the clipboard) |
Alt+n | Move to next history item |
Alt+p | Move to prev history item |
Esc p | History search backward (anchored) |
Esc P | History search backward |
Esc n | History search forward (anchored) |
Esc N | History search forward |
Ctrl+q * | Insert an expression template |
Tab | Indent current line |