Next: mode-ext.sc
Up: mode.sc
Previous: C-C++ mode
In default mode the bindings
defined by are the followings:
- Esc f goes to the end of the current or next
word. A word can contain alphabetic characters, digits and
underscore. Made by the forwardword function.
- Esc b goes to the beginning of the current or
previous word. Made by the backwardword
function.
- Esc d deletes the end of the current word or
the next word. Made by the deletenextword
function.
- Esc delete and Esc backspace deletes the
beginning of the current word or the previous word.
Made by the deletepreviousword function.
Lionel Fournigault
Wed Apr 30 10:44:37 MET DST 1997