Next: Syntax Highlighting, Previous: Outlining, Up: Fountain Mode [Index]
Because a Fountain script is structured text, there are plenty of ways to quickly move to where you want to be.
Move to the next visible scene or section heading
(fountain-outline-next
).
Move to the previous visible scene or section heading
(fountain-outline-previous
).
Move forward to the next visible scene or section heading at same
outline level (fountain-outline-forward
)
Move backward to the previous visible scene or section heading at the
same outline level (fountain-outline-backward
).
Move to the beginning of the current scene or section
(fountain-outline-beginning
).
Move up to the parent section heading (fountain-outline-up
).
Move to next character name (fountain-forward-character
).
Move to previous character name (fountain-backward-character
).
Move to next page. This command does not move by one page but actually
moves to the next page-break point in the text pagination properties
(fountain-forward-page
).
Move to previous page (fountain-backward-page
).
Prompt for a scene number string and move to the specified scene. If
scenes are numbered, this command will take you to the scene matching
that string, otherwise it will count the scenes from beginning of the
accessible buffer, recalculating when encountering a numbered scene
(fountain-goto-scene
).
Prompt for a number and move to the specified page. This command does
not actually count pages but uses the text pagination properties
(fountain-goto-page
).
Next: Syntax Highlighting, Previous: Outlining, Up: Fountain Mode [Index]