M-C-f
|
Move forward over tag. If point is not inside a tag,
it moves to a position just before the next tag.
If point is inside a start tag, it jumps to a
position just before the closing
“>”. If
point is inside an end tag, it moves just past
the end tag.
|
M-C-b
|
Move backward over tag. If point is not inside a tag,
it moves just after the previous start tag. If
point is inside a start tag, it jumps to a
position just after the starting
“<”. If
point is inside an end tag, it moves just before
that tag. |
M-C-n |
Move the cursor to the end of the next element.
|
M-C-p |
Move the cursor before the previous element.
|
M-C-d |
Move the cursor to the next included element
after point, to a
position just after the start tag;
d is for
“down.”
|
M-C-u |
Move the cursor to a position just before the
start tag of the element containing point;
u is for “up.”
|
C-c C-o C-d
|
Hide the children of the current element, as in
emacs
outline-mode.
|
C-c C-o C-s
|
Reverses the action of C-c C-o
C-d, revealing the children of the
current element.
|