Skip to content

Commit 80711fc

Browse files
committed
[guides] move options to bottom
1 parent afe10f2 commit 80711fc

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

visidata/guides/ModifyGuide.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,19 @@ A sample of available commands:
2020

2121
Modifying a sheet displays a `[M]` in the lower right status.
2222

23-
- {help.options.quitguard}
24-
2523
## Deferred Sheets
2624

2725
Some sheet types support *deferred* saving. Examples include **SQLiteSheet** and **Dir Sheet**. Changes are colored for [:add_pending]added rows[/], [:delete_pending]deleted rows[/], [:change_pending]modified cells[/].
2826

27+
Commit the sheet to reflect changes on the filesystem.
28+
29+
- {help.commands.commit_sheet}
30+
31+
### Relevant options
32+
33+
- {help.options.quitguard}
34+
2935
- {help.options.color_add_pending}
3036
- {help.options.color_delete_pending}
3137
- {help.options.color_change_pending}
3238

33-
Commit the sheet to reflect changes on the filesystem.
34-
35-
- {help.commands.commit_sheet}

0 commit comments

Comments
 (0)