Next: mode-ext.sc
Up: mode.sc
Previous: C-C++ mode
In default mode the bindings
defined by Smac 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 forward_word function.
- Esc b goes to the beginning of the current or
previous word. Made by the backward_word
function.
- Esc d deletes the end of the current word or
the next word. Made by the delete_next_word
function.
- Esc delete and Esc backspace deletes the
beginning of the current word or the previous word.
Made by the delete_previous_word function.
Lionel Fournigault
Fri Nov 6 17:00:30 MET 1998