diff --git a/docs/editors/index.html b/docs/editors/index.html index d3572a28..2ef66d79 100644 --- a/docs/editors/index.html +++ b/docs/editors/index.html @@ -63,6 +63,8 @@

Kakoune

Copy or symlink kak/autoload/filetype/bqn.kak into autoload/filetype in your Kakoune config directory (probably .config/kak/).

Micro

See micro-bqn.

+

Zed

+

See zed-bqn.

Alternate layouts

All files here use the BQN layout designed for qwerty, which will generally be jumbled in another layout (for example the key for r will still type , but it may not be above c, which types ). The remap.bqn script allows you to remap some files in this repository to a new layout. See $ ./remap.bqn -h for usage. Support for a new layout can be added in the keys array of the script, but do watch for string alignment with the doubled quote character.

(If you haven't installed CBQN but have Node.js, $ bqn.js editors/remap.bqn… from the repository root will work too)

diff --git a/editors/README.md b/editors/README.md index d6743a7e..d4f9c6da 100644 --- a/editors/README.md +++ b/editors/README.md @@ -100,6 +100,10 @@ Copy or symlink `kak/autoload/filetype/bqn.kak` into `autoload/filetype` in your See [micro-bqn](https://github.com/0racle/micro-bqn). +### Zed + +See [zed-bqn](https://github.com/DavidZwitser/zed-bqn). + ## Alternate layouts All files here use the BQN layout designed for qwerty, which will generally be jumbled in another layout (for example the key for `r` will still type `↑`, but it may not be above `c`, which types `↓`). The [remap.bqn](remap.bqn) script allows you to remap some files in this repository to a new layout. See `$ ./remap.bqn -h` for usage. Support for a new layout can be added in the `keys` array of the script, but do watch for string alignment with the doubled quote character.