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
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中文网其他相关文章!