Next: C-C++ mode
Up: Using mode
Previous: Using mode
This mode provides the standard built-in
key-bindings and some escape sequences bound to
functions defined in the mode.sc
file:
- Esc f goes to the end of the current
or next word.
- Esc b goes to the beginning of the
current or previous word.
- Esc d deletes the end of the current
word or the next word.
- Esc delete/backspace deletes the
beginning of the current word or the previous
word.
- Esc u changes the end of the current
word or the following word to upper case, and
moves after it.
- Esc l changes the end of the current
word or the following word to lower case, and
moves after it.
- Esc c capitalizes the end of the
current word or the following word, and moves
after it.
Lionel Fournigault
Wed Apr 30 10:44:37 MET DST 1997