Cheatography
https://cheatography.com
SC-IM - Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal
Basic Navigation
|
Move cursor down, up, right or left. |
|
Go up to row 0 of the current column. |
|
Go down to the last valid row of the current column. |
|
Go left to column A in the current row. |
|
Go right to the last valid column of the current row. |
|
Go back/forward to the previous valid cell. |
|
Go to the first/last cell of sheet. |
|
Go to the last (previously occupied) cell position |
|
Go to cell AB24. |
|
Go to the cell/range marked previously with the char. |
Insert Mode
|
Enter a numeric constant or expression. |
|
Enter a left justified string or string expression. |
\ |
Enter a centered label. |
|
Enter a right justified string or string expression. |
|
Delete the character after or before the cursor. |
|
Return to Edit mode from Insert mode. |
|
Enter Visual mode. |
Commands for handling cell content
|
Delete the current selected cell or range and save its content in the yankbuffer. |
|
Align the content of a cell to the left/right/center. |
|
Decrement/Increment decimal precision. |
|
Decrement/Increment column width. |
|
Insert a row/column. |
|
Insert after the current row/column. |
|
Shifts the current cell or range left/down/up/right. |
|
Yank the selected cell. |
|
If a range is selected, yank the range. |
|
Yank current row/column. |
|
Paste the previously yanked cell or range. |
|
Delete the current row/column. |
|
Decrease/Increase a numeric value of the cell or range. |
|
UNDO/REDO last change |
|
Repeat the last normal mode command. |
|
Auto-resize the selected column(s) to accommodate the widest cells |
|
|
Scroll Navigation
|
Scrolls down/up full screen. |
|
Scroll a row down/up. |
|
Scroll left/right one column. |
|
Scroll left/right half a page. |
|
Horizontally to position the selected cell at the center of the screen. |
|
Vertically to position the selected cell at the middle of the screen. |
|
Vertically to position the selected cell at the top/bottom of the screen. |
Visible Navigation
|
Go to the top row visible on screen. |
|
Go to the lowest row visible on screen. |
|
Go to the middle row on the screen. |
|
Go to the leftmost column visible on screen. |
|
Go to the rightmost column visible on screen. |
|
Go to the middle column on the screen. |
Other commands
|
Redraw the screen. |
|
Zap (hide) the current row/column. |
|
If a range is selected, show the rows/columns hidden in the range. |
|
Alias for ':int goto '. |
|
Move to next/previuos search match. |
|
Lock the current cell or range. |
|
Unlock a locked cell or range, making it editable. |
|
Valueize the current cell or range. |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
More Cheat Sheets by isaacnewton