Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tips:atom [2016/03/01 10:45] – [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 35: | Line 68: | ||
| | ||
| | ||
- | | + | |
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | jumpy \ | ||
+ | | ||
</ | </ | ||
Line 47: | 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 58: | Line 131: | ||
' | ' | ||
' | ' | ||
+ | ' | ||
+ | ' | ||
</ | </ | ||
Line 66: | Line 141: | ||
* ctrl-shift-p: | * ctrl-shift-p: | ||
* ctrl-,: settings | * ctrl-,: settings | ||
+ | * ctrl-alt-o: toggle tree objects | ||
+ | * ctrl-\: toggle tree view | ||
* ctrl-b: list opened files | * ctrl-b: list opened files | ||
Line 73: | 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 104: | Line 185: | ||
apm install linter-tslint | apm install linter-tslint | ||
apm install pigments | apm install pigments | ||
+ | apm install cursor-history | ||
</ | </ | ||