Merge branch 'dev' into vhs
This commit is contained in:
@@ -1,10 +1,47 @@
|
||||
---
|
||||
title: "sc-im"
|
||||
tags: [ "Documentation", "data" ]
|
||||
tags: [ "Documentation", "TUI", "data" ]
|
||||
---
|
||||
# Edit
|
||||
|
||||
## Text
|
||||
- [Sample file](sc-im/sample.sc)
|
||||
|
||||
# Basic Commands
|
||||
|
||||
## See Cells
|
||||
|
||||
Cells are hard to see.
|
||||
Change this with `:set autowrap`.
|
||||
|
||||
Make `sc-im` always autowrap:
|
||||
|
||||
```bash
|
||||
mkdir .config/sc-im/bash
|
||||
echo 'set autowrap' >> .config/sc-im/scimrc
|
||||
```
|
||||
|
||||
## Movement
|
||||
|
||||
| Command | Key |
|
||||
|:------------------------------------|:---:|
|
||||
| highest part | H |
|
||||
| lowest part | L |
|
||||
| top | gg |
|
||||
| most right. | g$ |
|
||||
| most left. | g0 |
|
||||
| insert middle | \ |
|
||||
| insert left | \> |
|
||||
| insert right | < |
|
||||
| to to cell b4 | gb4 |
|
||||
| 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 |
|
||||
|
||||
## Edit
|
||||
|
||||
### Text
|
||||
|
||||
| Action | Key |
|
||||
|:----------------------|:---:|
|
||||
@@ -13,7 +50,7 @@ tags: [ "Documentation", "data" ]
|
||||
| text (right align) | `|` |
|
||||
| Edit existing text | E |
|
||||
|
||||
## Meta Actions
|
||||
### Meta Actions
|
||||
|
||||
| Action | Key |
|
||||
|:----------------------|:---:|
|
||||
@@ -46,7 +83,7 @@ tags: [ "Documentation", "data" ]
|
||||
| format smaller down | fk |
|
||||
|
||||
|
||||
## Functions
|
||||
### Functions
|
||||
|
||||
| Action | Key |
|
||||
|:--------------------------------|:------------:|
|
||||
@@ -56,7 +93,7 @@ tags: [ "Documentation", "data" ]
|
||||
| minimumof those numbers | =@min(B1:B8) |
|
||||
| multiply C1 to C8 | =@prod(C1:C8)|
|
||||
|
||||
## Visual
|
||||
### Visual
|
||||
|
||||
| Action | Key |
|
||||
|:--------------------------------|:------------:|
|
||||
|
Reference in New Issue
Block a user