(1)推荐用户绑定:

不要使用默认绑定 ,默认绑定方便查找对比org

submine自定义快捷键,和运行py--注意事项

 

(2)运行py

ctrl+B

(3)用户绑定直接重写:

submine自定义快捷键,和运行py--注意事项

用户绑定如下:

 

[

{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },

{ "keys": ["ctrl+down"], "command": "duplicate_line" },

 

{"keys": ["alt+l"],"command": "toggle_setting","args":{"setting": "line_numbers"}},

]

 

(6)绿色免安装包要放在如下路径,不然打开方式加载不到:

D:\Program Files\Sublime Text 3.3126x64

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
  • 2021-06-08
  • 2022-01-18
  • 2021-06-25
  • 2021-07-31
  • 2021-09-12
猜你喜欢
  • 2022-12-23
  • 2021-04-09
  • 2021-09-16
  • 2022-12-23
  • 2021-12-18
  • 2021-11-29
  • 2022-12-23
相关资源
相似解决方案