unify sc-im formatting

This commit is contained in:
Malin Freeborn 2023-06-08 17:45:22 +02:00
parent 395cb363db
commit fda9fcdec4
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
1 changed files with 21 additions and 23 deletions

View File

@ -2,29 +2,6 @@
title: "sc-im"
tags: [ "Documentation", "data" ]
---
# 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
> fj = format wider down
> fk = format smaller down
# Edit
## Text
@ -33,6 +10,7 @@ gb4 = to to cell b4
|:----------------------|:---:|
| text (left align) | < |
| text (right align) | > |
| text (right align) | `|` |
| Edit existing text | E |
## Meta Actions
@ -47,6 +25,26 @@ gb4 = to to cell b4
| paste with format | Pc |
| delete a cell | x |
# Movement
| Action | Key |
|:-------------------------------:|:---:|
| highest part | H |
| lowest part | L |
| top | gg |
| move right | g$ |
| move left | g0 |
| insert middle | \ |
| insert left | \> |
| insert right | < |
| to to cell b4 | b4 |
| see all text in cells | aa |
| format cells so you can see it. | f |
| format wider right | fl |
| format smaller left | fh |
| format wider down | fj |
| format smaller down | fk |
## Functions