We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5dc615 commit 2fe923aCopy full SHA for 2fe923a
src/index.html
@@ -195,7 +195,9 @@ <h5>Editor</h5>
195
</div>
196
<h5>Toplevel</h5>
197
<div class="help-section">
198
-
+ <blockquote class="commands">
199
+ <div class="shortcut-command ctrl"> + E </div> : Paste Mode
200
+ </blockquote>
201
202
<h5>Search / Replace</h5>
203
src/js/editor_change.js
@@ -67,6 +67,7 @@ let exec_last = function (instance) {
67
code += '\n';
68
}
69
terminal.process(code);
70
+ autoscroll_output();
71
72
};
73
0 commit comments