aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-02-03 22:11:07 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-02-03 22:11:07 -0500
commitbf8e00ec7ed93e1fc97725274ff71c35c0631559 (patch)
tree789a402f00eb9eacb3fb0be2926285fbe5c15601 /editors
parent26fce85ba935a0eddcb4e1e70f9e563f246899f0 (diff)
Add a README file to the editors/ directory
Diffstat (limited to 'editors')
-rw-r--r--editors/README.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/README.txt b/editors/README.txt
new file mode 100644
index 00000000..2cc641bd
--- /dev/null
+++ b/editors/README.txt
@@ -0,0 +1,16 @@
+Editor plugins and other tools for allowing BQN input. Input is always
+performed with a backslash prefix by default, using the layout
+illustrated at the top of the file ./bqn . To type an actual backslash,
+hit the backslash key twice.
+
+Currently Vim and Kakoune are supported; if you'd like to contribute
+files for another editor I'd gladly accept them!
+
+The file bqn is for configuring XKB on Linux. I haven't tried this but
+others have it working. See:
+- en.wikipedia.org/wiki/X_keyboard_extension
+- https://aplwiki.com/wiki/Typing_glyphs_on_Linux
+
+The file inputrc can be copied or appended to ~/.inputrc to enable
+backslash input in bash, command-line dzaima/BQN, and other software
+that uses GNU Readline.