Skip to content

default.css - Shortcut to insert line below/above

Cleo Menezes Jr. requested to merge CleoMenezesJr/gnome-builder:main into main

Shortcut to insert a line above or below, no matter where the cursor is.

Ctrl + R (New line below)

Ctrl + Shift + R (New line above)

The why

Having to use the mouse to get to the last row and jump is sometimes frustrating. Text editors like VSCODE use shortcuts like Ctrl + Enter for this one which makes the work easier. Although Vim mode has this feature, many times it would be comfortable to just be able to have the shortcut in Builder mode.

Merge request reports