Skip to content

Moving Around ​

In addition to normal emacs movement commands, you can move within a cell or from one cell or tree to another.

{C-c ,} ​

Move to the beginning of the current cell.

{C-c .} ​

Move to the end of the current cell.

{C-c C-n} ​

Move to the next visible cell, regardless of level.

{C-c C-p} ​

Move to the previous visible cell, regardless of level.

{C-c C-f} ​

Move forward to this cell’s successor, if any.

{C-c C-b} ​

Move backward to this cell’s predecessor, if any.

{C-c C-d} ​

Move to the first child of the current cell, if any.

{C-c C-u} ​

Move to the parent cell of the current cell, if any.

{C-c <} ​

Move to the first sibling at the current level within this tree.

{C-c >} ​

Move to the last sibling at the current level within this tree.

{C-c ^} ​

Move to the level 1 root cell of the current tree.

{C-c $} ​

Move to the last cell in the tree rooted at point, regardless of level.