gpt4 book ai didi

sublimetext2 - Sublime 的 : Shortcut Key to Confirm Replace All?

转载 作者:行者123 更新时间:2023-12-04 01:56:53 26 4
gpt4 key购买 nike

在我点击 之后Ctrl -H 并输入我的搜索/替换术语,是否有其他组合键可以让我实际执行该命令,而无需使用鼠标按下 全部替换按钮?

我不是鼠标专家,我更愿意从键盘上做。

谢谢

最佳答案

全部替换的快捷键应该是“ctrl+alt+enter”

这是在键绑定(bind) JSON 中。

{ "keys": ["ctrl+alt+enter"], "command": "replace_all", "args": {"close_panel": true},
"context": [{"key": "panel", "operand": "replace"}, {"key": "panel_has_focus"}]
},

您可以通过转到 Preferences Menu 然后 Keybindings -> Keybindings - Default 来查看键绑定(bind)/快捷方式的完整列表。它将显示一个包含所有快捷方式的 json 文件。

要通过转到 Preferences Menu 然后 Keybindings -> Keybindings - User 创建自己的快捷方式,只需将您自己的条目添加到 json 文件中,通过执行上述操作以与 json 文件 openend 相同的格式。

关于sublimetext2 - Sublime 的 : Shortcut Key to Confirm Replace All?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19468380/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com