Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ssis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sublimetext3 在升华文本中拆分空格上的行_Sublimetext3_Transpose - Fatal编程技术网

Sublimetext3 在升华文本中拆分空格上的行

Sublimetext3 在升华文本中拆分空格上的行,sublimetext3,transpose,Sublimetext3,Transpose,如何分割升华文本3中的行?我试过ctrl+t,ctrl+x 但它不起作用 我有这样的线路 this is a sentence 我想去 this is a sentence 我总是使用Ctrl+H(Replace),启用正则表达式匹配(Alt+R),然后在“”到“\n”之间执行“全部替换”。对于Mac,选择“this”和“is”之间的第一个空格,然后按command+d选择文件中的相同模式,然后按enter ~ Hilight your space,按Alt+F3(windows)选择all

如何分割升华文本3中的行?我试过ctrl+t,ctrl+x

但它不起作用

我有这样的线路

this is a sentence
我想去

this
is
a
sentence

我总是使用Ctrl+H(Replace),启用正则表达式匹配(Alt+R),然后在“”到“\n”之间执行“全部替换”。

对于Mac,选择“this”和“is”之间的第一个空格,然后按command+d选择文件中的相同模式,然后按enter ~


Hilight your space,按Alt+F3(windows)选择all,点击return。

替换为“\n”只需插入“\n”字符。我遗漏了什么吗?@litturt您需要启用正则表达式匹配(Alt+R或左上角的
*
按钮)。很酷,这工作完美无瑕。我使用它将逗号分隔的列表分隔成行,以便粘贴到excel中。搜索并替换“,”为\n。对于Windows,使用ctrl+d而不是command+d也是一个好的简单解决方案。对于Mac,⌃ + ⌘ + G选择当前选择的所有事件,然后选择enterOn macOS它的
control+command+G