2. Quickstart
Launch VimSheet from your terminal:
$ vimsheet
You will see an empty spreadsheet grid with a status bar at the bottom.
Note
VimSheet starts in NORMAL mode (like Vim). Press = to enter
INSERT mode with a formula prefix, or \ to start typing
plain values.
2.1. Your First Spreadsheet
Press
\to enter INSERT mode.Type
20in cell A1 and pressEnter.
3. Press \, type 30, and press Enter.
5. Move to cell A3. Press = (enters INSERT mode with = prepended),
then type
SUM(A1:A2).
Press
Enter— the cell shows the sum.
2.3. Saving and Loading
:w filename.csv Save as CSV
:e filename.csv Open CSV file
:wq Save and quit
:q! Quit without saving
2.4. Next Steps
User Guide — learn all features in depth
Keybindings — complete keybinding reference
Formula Functions — formula function reference