all repos — acme @ 0b2fd09932f4eab7523658b863ad5ade055c337f

fork of the acme editor from plan9port - keybinds, tweaks, config.h, etc

update README; version 9001-b02
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEkFh6dA+k/6CXFXU4O3+8IhROY5gFAmJPXtYACgkQO3+8IhRO
Y5h2Mw//eSg/fb2ws83pl1bF3STZ7x7K5/3HzzhrI/zXaOMMj4nMzpZ/lwyUapiS
i8avT0MYFali0NS6jTTwFK1ZsoGqKHBNEAuNkqXDJ21GQON7J0PiOE2Ya2mdUeFg
2FW9qByAMhwKLNOdT72ZGcDmgD8MI188g2V5sEtwvU6gob8osJK7Je/o+qaBAq14
OAsJ/ZejFOx5bNPxX1pRtbLHEnlG71PoFml0CqU0kH/bdEAZU6dRuH/DK8NYJ1Y6
pHZAePLgSrAxk4Pyh24TwXUBBVSICBbwU/x9JXsvlrm/M7vIdMUs2csVb3MM3HVi
RYrM46Ifztubwkk8SoFc83BdUsnavq2enXIPrjeHqJNzoIB+GnFwTc7MqIgpzGrh
v8Jfydb/7WQO6xnO7j1ccRgg+ch2/APUvO7ozL9Hhcvoq6qsxSzbyjLLD8cMbs2O
rcTm/AtReMGnET+Jk6DJg5R/NzFsD6RvZ4gaeK2pzavQJtehvpPMIYXEbYy3aF9z
fo2sQlTlY8x/AVFTv7vKIcJPGinrGcN7ZJpEMAmpu5igMyztRWEQVafepjJ6w0W4
z15e2KLTCesimiduaM1UGomVwHOaapA/+kQT/pPKw0uE6uNePHS8MBlp+aSPv3Bd
pt0g6/Pj+sv9VHqMu8cVd/wAMkPlD3uaIQQPp8VZkke8qQZbBKo=
=vHLZ
-----END PGP SIGNATURE-----
commit

0b2fd09932f4eab7523658b863ad5ade055c337f

parent

feb846ddb9239cb905792458bf2ad5dbb22ba427

2 files changed, 11 insertions(+), 3 deletions(-)

jump to
M README.mdREADME.md

@@ -46,9 +46,17 @@ After building, run `./install.sh`; If run as a regular user, it will install to `~/bin/9`; if run as root, it will overwrite the systemwide `acme` in `$PLAN9/bin`

## 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 - `atsls`: pass a colon-separated list of workspaces to start `acme-lsp` for javascript/typescript development
M acme.cacme.c

@@ -43,7 +43,7 @@ Rune snarfrune[NSnarf + 1];

char* fontnames[2] = {PRIMARY_FONT, SECONDARY_FONT}; -char version[] = "acme9k v9001-b01"; +char version[] = "acme9k v9001-b02"; Command* command;