Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 331 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 331 Bytes

Insert Line

An extension for Nova.

Adds hotkeys to insert a newline before or after the current line.

  • ⌘↩︎: Insert newline after current line.
  • ⇧⌘↩︎: Insert newline before current line.

Supports multiple cursors

To-do

  • Automatic indentation
  • Make cursor movement optional