Keybindings

In the midst of the word he was trying to say,
In the midst of his laughter and glee,
He had softly and suddenly vanished away -
For the Snark was a Boojum, you see.

<backspace> Delete the previous character
<delete> Delete the current character
<down> Go one line down
<left> Move one character to the left
<page down> Show the next page
<page up> Show the previous page
<right> Move one character to the right
<tab> Indentate the current line
<up> Go one line up
<F1> Display online help
<F5> Continue execution (debugging)
<F6> Start a debugging session of the current editor buffer
<F7> Step into (debugging)
<F8> Step over (debugging)
<F9> Toggle breakpoint
<F10> Stop after (debugging)
<F12> Set new return value (debugging)
<alt-enter> Complete by choosen hint
<alt-left> Move to begin of a list
<alt-right> Move to end of a list
<alt-space> Toggle hint
<alt-g> Jump to a line
<ctrl-delete> Cut selected text
<ctrl-down> Move to the next hint
<ctrl-enter> Execute selected text (or current element)
<ctrl-insert> Copy selected text
<ctrl-left> Move to previous word
<ctrl-right> Move to next word
<ctrl-up> Move to the previous hint
<ctrl-a> Jump to begin line
<ctrl-c> Send break to lisp process
<ctrl-d> Debug selected text/current form
<ctrl-e> Jump to end line
<ctrl-f> Find and replace
<ctrl-h> Show command history
<ctrl-i> Switch between editor pane and interaction pane
<ctrl-n> Forward incremental search
<ctrl-p> Backward incremental search
<ctrl-r> Search and replace
<ctrl-x><ctrl-c> Exit
<ctrl-x><ctrl-f> Open a file
<ctrl-x><ctrl-s> Save buffer
<ctrl-t> Switch to the next editor buffer
<shift-delete> Delete selected text>
<shift-insert> Paste
<shift-F6> Stop debugging editor buffer
<shift-F9> Toggle conditional breakpoint
<shift-tab> Indnetate element