Skip to content

Commit

Permalink
feat: copy/cut current line on empty selection (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloyana authored Nov 23, 2024
1 parent aedbfc0 commit f629a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/editorManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ async function EditorManager($header, $body) {
editor.setOption("printMarginColumn", settings.printMargin);
editor.setOption("enableBasicAutocompletion", true);
editor.setOption("enableLiveAutocompletion", settings.liveAutoCompletion);
editor.setOption("copyWithEmptySelection", true);
// editor.setOption('enableInlineAutocompletion', settings.inlineAutoCompletion);

updateMargin(true);
Expand Down

0 comments on commit f629a6a

Please sign in to comment.