From fda9fcdec47c75ac9158d8670d7f96fccdf9c985 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Thu, 8 Jun 2023 17:45:22 +0200 Subject: [PATCH] unify sc-im formatting --- data/sc-im.md | 44 +++++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/data/sc-im.md b/data/sc-im.md index d1845f8..85da371 100644 --- a/data/sc-im.md +++ b/data/sc-im.md @@ -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