Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sublimetext [2017-04-25] dcaisublimetext [2022-06-09] (current) dcai
Line 1: Line 1:
 +====== Sublime Text ======
  
 +disable update check:
 +
 +<code>
 +{
 + "font_size": 16,
 + "font_face": "TamzenForPowerline",
 +        "font_options": ["no_antialias"],
 + "show_encoding": true,
 + "update_check": false,
 + "word_wrap": true,
 + "gpu_window_buffer": false
 +}
 +</code>
 +
 +''gpu_window_buffer'' fixed the flickering issue: https://forum.sublimetext.com/t/screen-flickering/43671
 +
 +
 +==== plugins ====
 +
 +  * monokai JSON+ (Change the color schema from menu)
 +  * Pretty JSON
 +  * JsPrettier
 +  * GitGutter
 +  * Autohotkey