【问题标题】:SublimeText3 newline keyboard shortcutSublime Text 3 换行键盘快捷键
【发布时间】:2017-05-31 16:01:42
【问题描述】:

SublimeText3 中手动输入换行符而不执行命令选项的键盘快捷键是什么?在 Rstudio 中,我使用 Shift+Enter。在 Excel 中,我使用 Alt+Enter

我知道 Enter 会产生一个换行符,但我不希望这样。我想继续在当前行换行 - WITH - 换行符。

【问题讨论】:

    标签: sublimetext3 newline line-breaks


    【解决方案1】:

    我查看了键绑定,但没有。如果您有一个可以执行此操作的宏,您可以绑定一个热键来运行该宏,如下所示:

    { "keys": ["shift+enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"} }
    

    只需转到 Sublime Text -> Preferences -> Key Bindings 并添加新的。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-11-23
      • 2013-07-18
      • 2012-08-31
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-08-06
      • 2014-12-27
      相关资源
      最近更新 更多