Skip to content

Add actions to allow adding a new line above/below

Waqar Ahmed requested to merge work/newlines into master

This change adds actions which mimic vim's o/O commands i.e., they allow adding a new line above or below the current line without and directly moving the cursor there without modifying the current line. The shortcuts I have chosen are Ctrl+Shift+Enter and Ctrl+Alt+Enter

Merge request reports