How to move a line of text up/down in Nano linux command line editor?
Is there any analogue way to do that as in IntelliJ Idea:
On the main menu, choose Code | Move Line Up or Code | Move Line Down
.
Press Shift+Alt+Up or Shift+Alt+Down.
You can use Ctrl+K to cut a line, move to destination position and press Ctrl+U to paste it.