Skip to content

Commit 963db4e

Browse files
committed
add description for split_selection
1 parent 70d0fe5 commit 963db4e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,10 @@ When exiting multi selection mode, Sublime will set the cursor to the **first**
3434
In case you want to double check your current selections, MultiEditUtils' **ctrl+alt+c** command will let you cycle through the active regions. This can come handy if the regions don't fit on one screen and you want to avoid scrolling through the whole file.
3535

3636
![](http://philippotto.github.io/Sublime-MultiEditUtils/screens/04%20cycle%20through%20regions.gif)
37+
38+
39+
## Split the selection
40+
41+
Sublime has a default command to split selections into lines, but sometimes you want to define your own splitting character(s). MultiEditUtils' **ctrl+alt+,** command will ask you for a separator and split the selection using your input. An empty separator will split the selection into its characters.
42+
43+
![](http://philippotto.github.io/Sublime-MultiEditUtils/screens/05%20split%20selection.gif)

0 commit comments

Comments
 (0)