类似 mac 的 command del 这种,有快捷键吗
1
Kasumi20 Aug 30, 2022 shift + home + del
软件安装了 vim 插件的话,ctrl + u |
3
moen Aug 30, 2022
你说的是 Ctrl+BackSpace 吧
|
4
moen Aug 30, 2022
印象中 Windows 通用的那套顶多也就 macOS 的 Options 修饰键的,最多是以词为单位
|
5
AllenHua Aug 30, 2022
mac 快捷键是 command + backspace 。
win 下类似的功能就是 control + backspace ,但是 win 以词为单位,不能做到和 mac 那样直接删除整行,想要删除整行只能 (shift + home) chord to delete |
6
superkkk Aug 30, 2022 via Android
ctrl shift home
|
7
maocat Aug 30, 2022
不是 CTRL + X 得不到我的认可
|
8
renmu Aug 30, 2022 via Android
ahk 做个映射吧
|
10
Sisyphe42 Aug 31, 2022
ctrl+backspace 只是删词。作为 win 内建功能,它是以空格划分单位,对于中文浏览器会有分词处理。删整行就只能 shift+home 选中然后删( ctrl 就 all )
|
13
cnbatch Sep 1, 2022
Windows 10 1809 应该是比较旧了,较新的版本( 20H2 、21H2 )都可以这样做
|
14
orangutan92 Apr 22, 2024
@cnbatch #9 这个好
|
15
orangutan92 Apr 22, 2024
@cnbatch #9 但是刚刚在终端试了下,不行呢
|