You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Issuing <strong>Run Custom REPL Command</strong> will then render a VS Code menu with all the commands, where the Workspace configured commands will be listed first.</p>
2211
2210
<p>The default keyboard shortcut for the command is <code>ctrl+alt+space space</code>. (Beware: on MacOS it may conflict with the default shortuct for Input Sources - Select next source in Input menu.)</p>
<li>The digits <code>0</code> through <code>9</code></li>
2217
2216
<li>The English letters <code>a</code> through <code>z</code></li>
2218
2217
<li>Arrow keys <code>right</code>, <code>left</code>, <code>up</code>, or <code>down</code></li>
2219
-
<li>One of <code>tab</code>, <code>backspace</code>, <code>,</code>, <code>.</code>, or <code>-</code></li>
2218
+
<li>One of <code>tab</code>, <code>backspace</code>, <code>,</code>, <code>.</code>, or <code>-</code></li>
2220
2219
</ul>
2221
2220
</li>
2222
2221
<li>Bind <code>calva.runCustomREPLCommand</code> to a shortcut with whatever code you want to evaluate in the <code>args</code> slot. You have access to the substitution variables here as well.</li>
0 commit comments