2022-01-16 18:20:39 +00:00
|
|
|
---
|
|
|
|
title: "sc-im"
|
|
|
|
tags: [ "Documentation", "data" ]
|
|
|
|
---
|
2020-01-02 00:04:35 +00:00
|
|
|
# Basic Commands
|
|
|
|
|
|
|
|
> H = highest part
|
|
|
|
> L = lowest part
|
|
|
|
> gg = top
|
|
|
|
|
|
|
|
> g$ = most right.
|
|
|
|
> g0 = most left.
|
|
|
|
|
|
|
|
> \ = insert middle
|
|
|
|
> > = insert left
|
|
|
|
> < = insert right
|
|
|
|
|
|
|
|
gb4 = to to cell b4
|
|
|
|
|
|
|
|
> aa = see all text in cells
|
|
|
|
> f = format cells so you can see it.
|
|
|
|
> fl = format wider right
|
|
|
|
> fh = format smaller left
|
|
|
|
|
2022-07-09 17:46:55 +00:00
|
|
|
> fj = format wider down
|
|
|
|
> fk = format smaller down
|
2020-01-02 00:04:35 +00:00
|
|
|
|
|
|
|
# Edit
|
|
|
|
|
2022-07-09 17:46:55 +00:00
|
|
|
## Text
|
|
|
|
|
|
|
|
| Action | Key |
|
|
|
|
|:----------------------|:---:|
|
|
|
|
| text (left align) | < |
|
|
|
|
| text (right align) | > |
|
|
|
|
| Edit existing text | E |
|
|
|
|
|
|
|
|
## Meta Actions
|
|
|
|
|
|
|
|
| Action | Key |
|
|
|
|
|:----------------------|:---:|
|
|
|
|
| edit a number | e |
|
|
|
|
| delete column | dc |
|
|
|
|
| yank column | yc |
|
|
|
|
| delete row | dr |
|
|
|
|
| literal paste | p |
|
|
|
|
| paste with format | Pc |
|
|
|
|
| delete a cell | x |
|
|
|
|
|
|
|
|
|
|
|
|
## Functions
|
2020-01-02 00:04:35 +00:00
|
|
|
|
2022-07-09 17:46:55 +00:00
|
|
|
| Action | Key |
|
|
|
|
|:--------------------------------|:---:|
|
|
|
|
| add A1 to A4 | =@sum(A1:A4) |
|
|
|
|
| average B1 to B4 | =@avg(B1:B4) |
|
|
|
|
| maximum of those numbers | =@max(B1:B4) |
|
|
|
|
| minimumof those numbers | =@min(B1:B8) |
|
|
|
|
| multiply C1 to C8 | =@prod(C1:C8) |
|
2020-01-02 00:04:35 +00:00
|
|
|
|
2022-07-09 17:46:55 +00:00
|
|
|
## Visual
|
2020-01-02 00:04:35 +00:00
|
|
|
|
2022-07-09 17:46:55 +00:00
|
|
|
| Action | Key |
|
|
|
|
|:--------------------------------|:------------:|
|
|
|
|
| Increase decimals | f- |
|
|
|
|
| Decrease decimals | f+ |
|