Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我在一行中选择了一个单词“two”,例如:
一two三
two
是否有一个组合键可以在前一个选择的两端使用光标创建多个选择,如下所示(其中 | 字符表示光标):
一|二| 三
我正在寻找类似 command-shift-L 的功能,但它需要在一行上工作。
谢谢!
曾经有一个捷径。它是Ctrl+Shift+K。它仍在文档中:
Ctrl+Shift+K
给定一个选定的文本块,Ctrl+Shift+K 将把它分成两个选择,一个用于每一端。
它看起来不再存在,但我希望他们能把它带回来。