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 @@
Copy or symlink kak/autoload/filetype/bqn.kak
into autoload/filetype
in your Kakoune config directory (probably .config/kak/
).
See micro-bqn.
+See zed-bqn.
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)