Skip to content

Commit 2fe923a

Browse files
author
Jean-Baptiste Doderlein
committed
chore: Update index.html and editor_change.js
1 parent f5dc615 commit 2fe923a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ <h5>Editor</h5>
195195
</div>
196196
<h5>Toplevel</h5>
197197
<div class="help-section">
198-
198+
<blockquote class="commands">
199+
<div class="shortcut-command ctrl"> + E </div> : Paste Mode
200+
</blockquote>
199201
</div>
200202
<h5>Search / Replace</h5>
201203
<div class="help-section">

src/js/editor_change.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ let exec_last = function (instance) {
6767
code += '\n';
6868
}
6969
terminal.process(code);
70+
autoscroll_output();
7071
}
7172
};
7273

0 commit comments

Comments
 (0)