Is there a way to swap lines in code editor?

Is there a way to swap lines in code editor?
Like in sublime text or vs code?
I mean swap upper with lower line with keyboard shortcuts alt+ shift or sth like

Hi @grzesiekmq,

You can use Ctrl + Shift and the up/down arrows to move the current line above/below other lines.

2 Likes

The Code Editor uses Code Mirror as a base and I don’t think we’ve changed many of the default key bindings.

3 Likes