如何加快 Textmate 中的撤消/重做速度?

发布于 2024-10-07 01:43:23 字数 173 浏览 3 评论 0原文

我知道这是可能的,因为我几年前更改了设置。我最近重新格式化了我的 Mac Pro,但不记得我做了什么。有一个设置,我知道 Textmate 中没有,比如刷新或终端中的某些设置。

有人知道我指的是什么吗?

它使得如果我必须在代码编辑器中撤消大约 60 个历史记录步骤,它会以大约 3 倍的速度完成它们。

I know this is possible because I changed the setting a few years ago. I recently reformatted my Mac Pro and cannot remember what I did. There's a setting, that I know is not in Textmate, something like a refresh or something in Terminal.

Does anybody have any idea what I'm referring to?

It made it so if I have to undo say around 60 history steps in my code editor, it would go through them about ~3x faster.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

离不开的别离 2024-10-14 01:43:23

在终端中,运行以下命令:

defaults write NSGlobalDomain KeyRepeat -int 0

然后注销并再次登录。通过系统偏好设置可获得的最快设置是 2(数字越小速度越快),因此如果 0 看起来太快,您可能还想尝试值 1。您可以随时访问键盘和鼠标系统首选项面板可撤消您的更改。

繁荣。

In Terminal, run this command:

defaults write NSGlobalDomain KeyRepeat -int 0

Then log out and log in again. The fastest setting obtainable via System Preferences is 2 (lower numbers are faster), so you may also want to try a value of 1 if 0 seems too fast. You can always visit the Keyboard & Mouse System Preferences panel to undo your changes.

Boom.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文