How can i split lines in Sublime Text 3? I tried ctrl+t, ctrl+x
but it does not work.
I have line such as
this is a sentence
i would like to make it
this
is
a
sentence
How can i split lines in Sublime Text 3? I tried ctrl+t, ctrl+x
but it does not work.
I have line such as
this is a sentence
i would like to make it
this
is
a
sentence
I always use Ctrl + H (Replace), enable the Regular Expression match (Alt + R) and then execute a replace all on " " to "\n".
.*
button). –
Detumescence for Mac, select the first space between "this" and "is" then press command+d to select the same pattern in the file, then press enter~
https://forum.sublimetext.com/t/split-into-lines/10196/5
Hilight your space, press Alt+F3 (windows) to select all, hit return.
© 2022 - 2024 — McMap. All rights reserved.