update README; version 9001-b02
This commit is contained in:
parent
feb846ddb9
commit
0b2fd09932
2 changed files with 11 additions and 3 deletions
12
README.md
12
README.md
|
@ -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
2
acme.c
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue