update README; version 9001-b02

This commit is contained in:
Iris Lightshard 2022-04-07 15:59:50 -06:00
parent feb846ddb9
commit 0b2fd09932
Signed by: nilix
GPG key ID: 3B7FBC22144E6398
2 changed files with 11 additions and 3 deletions

View file

@ -46,9 +46,17 @@ After building, run `./install.sh`; If run as a regular user, it will install to
## helpers ## helpers
The `scripts` directory contains some helpers, mostly just shortcuts for [acme-lsp](https://github.com/fhs/acme-lsp). Copy them to your `$PATH` and let 'em rip. The `scripts` directory contains some helpers, mostly just shortcuts for [acme-lsp](https://github.com/fhs/acme-lsp). Also shortcuts to change font size and a `Slide` utility (for presentations). Copy them to your `$PATH` and let 'em rip.
Of particular interest: These work only in window tags (not column or row tags):
- `F+`: increase font size
- `F-`: decrease font size
- `Slide+`: move to the next file in the current directory (alphabetical order)
- `Slide-`: move to the previous file in the current directory (alphabetical order)
- `Slide`: move to the named file in the current directory (called by the previous two)
These will work anywhere:
- `agols`: pass a colon-separated list of workspaces to start `acme-lsp` for go development - `agols`: pass a colon-separated list of workspaces to start `acme-lsp` for go development
- `atsls`: pass a colon-separated list of workspaces to start `acme-lsp` for javascript/typescript development - `atsls`: pass a colon-separated list of workspaces to start `acme-lsp` for javascript/typescript development

2
acme.c
View file

@ -43,7 +43,7 @@ Rune snarfrune[NSnarf + 1];
char* fontnames[2] = {PRIMARY_FONT, SECONDARY_FONT}; char* fontnames[2] = {PRIMARY_FONT, SECONDARY_FONT};
char version[] = "acme9k v9001-b01"; char version[] = "acme9k v9001-b02";
Command* command; Command* command;