Skip to content

Commit

Permalink
feat: copy/cut current line on empty selection
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloyana committed Nov 22, 2024
1 parent aedbfc0 commit 0d3c0ea
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 0d3c0ea

Please sign in to comment.