sublime text 如何关闭不用保存

DDD
发布: 2024-08-15 14:14:15
原创
600 人浏览过

This article provides instructions for closing Sublime Text without saving changes. It discusses the best method for doing so, which is using the keyboard shortcut Ctrl+Q (Cmd+Q on Mac). The article also mentions that you can force Sublime Text to cl

sublime text 如何关闭不用保存

How to close Sublime Text without saving

The best method for closing Sublime Text without saving is to use the keyboard shortcut Ctrl+Q (Cmd+Q on Mac). This will close the current tab without prompting you to save changes.

What is the best method for closing Sublime Text without saving?

As mentioned above, the best method for closing Sublime Text without saving is to use the keyboard shortcut Ctrl+Q (Cmd+Q on Mac).

Can I force Sublime Text to close without saving?

Yes, you can force Sublime Text to close without saving by using the -n command-line argument. For example, to close Sublime Text without saving any changes, you would run the following command:

<code>subl -n</code>
登录后复制

You can also use the -c command-line argument to specify a specific command to run when Sublime Text closes. For example, to close Sublime Text without saving any changes and then quit the application, you would run the following command:

<code>subl -c quit</code>
登录后复制

以上是sublime text 如何关闭不用保存的详细内容。更多信息请关注PHP中文网其他相关文章!

来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!