You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix/runtime/help/commands/copy_selection_on_next_line...

19 lines
1.4 KiB
Plaintext

`copy_selection_on_next_line`
3 years ago
Copies the current primary selection to the next line long enough to accomodate it.
--- Examples ---
The selection is copied from line 1 to line 2.
┌───────────────────────────┐ ┌───────────────────────────┐
│ This is text (on line 1]. │ --> │ This is text (on line 1]. │
│ This is text on line 2. │ │ This is text (on line 2]. │
3 years ago
└───────────────────────────┘ └───────────────────────────┘
The selection duplication skips line 2 because it is too short.
┌──────────────────────────────────┐ ┌──────────────────────────────────┐
│ This is a longer li(ne of t]ext. │ │ This is a longer li(ne of t]ext. │
3 years ago
│ This is a shorter line. │ --> │ This is a shorter line. │
│ This is another longer line. │ │ This is another lon(ger lin]e. │
3 years ago
└──────────────────────────────────┘ └──────────────────────────────────┘