unify sc-im formatting
This commit is contained in:
parent
395cb363db
commit
fda9fcdec4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user