aboutsummaryrefslogtreecommitdiff
path: root/docs/editors/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/editors/index.html')
-rw-r--r--docs/editors/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/editors/index.html b/docs/editors/index.html
index 8563fff6..882525c6 100644
--- a/docs/editors/index.html
+++ b/docs/editors/index.html
@@ -3,7 +3,7 @@
<link href="../style.css" rel="stylesheet"/>
<title>BQN: Editor support</title>
</head>
-<div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a> / <a href="../index.html">main</a></div>
+<div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a></div>
<h1 id="editor-support">Editor support</h1>
<style>.Comment,.Function,.Number,.String { color: inherit; }</style>
<p>Editor plugins and other tools for allowing BQN input are in <a href="https://github.com/mlochbaum/BQN/tree/master/editors">this folder</a>. Input is always performed with a backslash <code><span class='Value'>\</span></code> prefix by default, using the layout shown <a href="https://mlochbaum.github.io/BQN/keymap.html">here</a>. To type an actual backslash, hit the backslash key twice.</p>