This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tips:atom [2016/03/01 15:43] – [keyboard] scipio | tips:atom [2017/10/15 20:32] (current) – [general] scipio | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| ===== general ===== | ===== general ===== | ||
| + | < | ||
| + | pip install python-language-server | ||
| + | |||
| + | apm install \ | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | |||
| + | </ | ||
| + | |||
| + | * [[https:// | ||
| + | |||
| + | old | ||
| < | < | ||
| apm install project-manager \ | apm install project-manager \ | ||
| - | | ||
| | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | emmet \ | ||
| + | | ||
| + | |||
| + | </ | ||
| + | |||
| + | not verified | ||
| + | < | ||
| | | ||
| | | ||
| Line 37: | Line 70: | ||
| | | ||
| | | ||
| - | | + | merge-conflicts |
| + | | ||
| + | | ||
| + | jumpy \ | ||
| + | | ||
| </ | </ | ||
| Line 49: | Line 86: | ||
| $HOME/ | $HOME/ | ||
| < | < | ||
| + | " | ||
| + | " | ||
| + | analytics: false | ||
| + | python_max_line_length: | ||
| + | " | ||
| + | pythonPaths: | ||
| + | core: | ||
| + | disabledPackages: | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | " | ||
| + | ] | ||
| + | themes: [ | ||
| + | " | ||
| + | " | ||
| + | ] | ||
| editor: | editor: | ||
| invisibles: {} | invisibles: {} | ||
| - | | + | |
| + | showIndentGuide: | ||
| + | tabLength: 4 | ||
| + | welcome: | ||
| + | showOnStartup: | ||
| + | " | ||
| + | editor: | ||
| + | preferredLineLength: | ||
| + | " | ||
| + | editor: | ||
| + | preferredLineLength: | ||
| + | " | ||
| + | editor: | ||
| + | preferredLineLength: | ||
| + | " | ||
| + | editor: | ||
| + | preferredLineLength: | ||
| </ | </ | ||
| Line 60: | Line 131: | ||
| ' | ' | ||
| ' | ' | ||
| + | ' | ||
| + | ' | ||
| </ | </ | ||
| Line 77: | Line 150: | ||
| * ctrl-alt-u: find usage | * ctrl-alt-u: find usage | ||
| - | * alt--: back | + | * ctrl-o: history jump back |
| - | * shift-alt--: forward | + | * ctrl-i: history jump forward |
| + | * ctrl-shift-F2: take boomarks | ||
| + | * F2: jump to next bookmarks | ||
| + | * shift-F2: jump to previous bookmarks | ||
| + | * shit-enter: jumpy mode | ||
| * ctrl-click: multi cursor | * ctrl-click: multi cursor | ||
| Line 108: | Line 185: | ||
| apm install linter-tslint | apm install linter-tslint | ||
| apm install pigments | apm install pigments | ||
| + | apm install cursor-history | ||
| </ | </ | ||