forked from bhauman/rebel-readline
-
Notifications
You must be signed in to change notification settings - Fork 0
Key Bindings
Phil Cooper edited this page Oct 9, 2024
·
1 revision
Bindings of interest
-
Ctrl-C => aborts editing the current line
-
Ctrl-D at the start of a line => sends an end of stream message which in most cases should quit the REPL
-
TAB => word completion or code indent if the cursor is in the whitespace at the start of a line
-
Ctrl-X_Ctrl-F => Reformat
-
Ctrl-X_Ctrl-D => Show documentation for word at point
-
Ctrl-X_Ctrl-S => Show source for word at point
-
Ctrl-X_Ctrl-A => Show apropos for word at point
-
Ctrl-X_Ctrl-E => Inline eval for SEXP before the point
You can examine the key-bindings with the :repl/key-bindings
command.