Commands
VimSheet commands are entered after pressing : in NORMAL mode.
Commands can be prefixed with a range in visual mode (e.g.,
:A1:B10 fill 1 or :A1:B10 plot line).
File Operations
Command |
Description |
|---|---|
|
Open a file |
|
Save current workbook |
|
Save to a specific path |
|
Save and quit |
|
Save and quit (alias for |
|
Quit (fails if there are unsaved buffers) |
|
Force quit without saving |
|
Open file in a split buffer |
|
Export to file (format detected by extension) |
|
Export with explicit format ( |
Buffer Management
Cell Operations
Search and Replace
Sheet Operations
Command |
Description |
|---|---|
|
Add a new sheet |
|
Delete a sheet by name (or current sheet if no name) |
|
Rename current sheet |
|
Rename a sheet by name |
|
Duplicate a sheet (appends “ (copy)” suffix) |
|
List all sheets |
|
Switch to named sheet |
|
Go to next sheet |
|
Go to previous sheet |
|
Restore the last deleted sheet |
Sort and Filter
Column and Row Management
Conditional Formatting
Plotting
Command |
Description |
|---|---|
|
Plot a chart — type first, optional range and title
(types: |
|
Plot a chart — range first, then type |
|
Plot cursor column as bar chart (default) |
|
Visual-mode shorthand — e.g., |
HTTP Fetching
Command |
Description |
|---|---|
|
Force immediate refresh of all HTTP-fetched cells |
|
Stop all background HTTP fetches |
|
Show all active HTTP fetch cells |
Configuration
Command |
Description |
|---|---|
|
Set a configuration option |
|
Show current setting for an option |
|
Switch theme ( |
|
Show all current palette field values |
|
Set a palette field (hex, named colour, or |
|
Reset palette to theme defaults |
|
Persist current overrides to |
|
Force full recalculation of all formulas |
Scripting
Command |
Description |
|---|---|
|
List all available formula functions |
|
Load text file content into current cell |