Next: unicode shortcuts, Previous: tooling, Up: Top [Index]
(version: development)
To enter Cedille navigation mode (invoking the backend), the command is Alt-s. In Cedille navigation mode, the following commands are available:
f/FNavigate to the next same-level node in the parse tree
b/BNavigate to the previous same-level node in the parse tree
pNavigate to the parent of the current node in the parse tree
nNavigate to the previously visited child (first by default) node of the current node in the parse tree
a/eNavigate to the first/last node in the current level of the parse tree
r/RSelect next/previous error
t/TSelect first/last error in file
jJump to location associated with selected node
gClear current selection
,/.Navigate to the previous/next page in browsing history
</>Navigate to the first/last page in browsing history
i/IToggle info mode (provides information about the currently selected node)
c/CToggle context mode (provides information about the context of the currently selected term)
s/SToggle summary mode (provides information about the contents of the entire file)
x/XToggle scratch mode
hOpen information documents describing how to use Cedille mode
1Close all emacs windows except the current one; convenience keystroke for emacs command delete-other-windows.
#Highlight/unhighlight all instances of the selected symbol (context-sensitive)
If associated with a span (and the beginning and end characters of the span were not deleted), each of these commands will be re-called each time you enter into Cedille mode. They all begin with the ’C-i’ prefix.
C-i nShow normalization of selected span. If no span is selected, this will prompt an expression to normalize.
C-i hLike ’C-i n’, but shows head-normalization
C-i uShow a single reduction of the selected span
C-i eShow erasure of selected span. If no span is selected, this will prompt an expression to erase.
C-i rRemove all interactive attributes associated with the selected span
C-i RRemove all interactive attributes
C-i bOpen the beta-reduction buffer with an input expression. Copies global scope and local scope if a span is selected.
C-i BOpen the beta-reduction buffer with the selected span
C-i tOpen the beta-reduction buffer with the selected span’s expected type (or type if there is no expected type)
M-xCopy the selected span to the scratch buffer
C-h <int>Alters highlighting scheme depending on value of <int>: 1: default highlighting 2: language level highlighting 3: checking mode highlighting
q/M-s/C-gQuit Cedille mode
KKill the Cedille process and restart it if it is taking an unusually long time
$Open customization window for configuring Cedille mode
Next: unicode shortcuts, Previous: tooling, Up: Top [Index]