Skip to content

Instantly share code, notes, and snippets.

@isuvorov
Last active May 5, 2016 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isuvorov/0bf2110ba55a8f5ec192 to your computer and use it in GitHub Desktop.
Save isuvorov/0bf2110ba55a8f5ec192 to your computer and use it in GitHub Desktop.
atom.md

ATOM

ctrl+shift+p - поиск по командам

Работа с деревом

  • ctrl+\, cmd-\ - показать скрыть дерево
  • alt+\, ctrl-0 - переместиться в дерево и обратно
  • ctrl+shift+c - скопировать полный путь к файлу
  • f2 - переименовать / переместить
  • d - dublicate

Поиски

  • ctrl+shift+f - искать текст по проекту

  • ctrl+r - поиск по методам

  • ctrl+t, ctrl+p - искать файл в проекте

  • ctrl+b - искать файл из открытых вкладок

  • ctrl+shift+b

  • cmd-shift-b - искать все измененные файлы (которые в гит изменены)B

  • ctrl+m - cmd-m - найти конечную скобку

  • ctrl+alt+m - cmd-ctrl-m - выделить все в скобках

Использую плагины

  • Stylus
  • activate-power-mode
  • advanced-open-file
  • atom-beautify
  • atom-easy-jsdoc
  • atom-jade
  • atom-jshint
  • bemhtml
  • docblockr
  • emmet
  • file-icons
  • gist-it
  • git-projects
  • jscs-fixer
  • language-babel
  • linter
  • linter-jscs
  • merge-conflicts
  • minimap
  • minimap-cursorline
  • minimap-find-and-replace
  • minimap-pigments
  • monokai
  • navigate
  • oceanic-next
  • oceanic-theme
  • pigments
  • pinned-tabs
  • project-manager
  • tabs-closer
  • terminal-plus
  • tidy-tabs
  • todo-show

А также

  • ctrl+shift+m - markdown preview

Плагины autosave> включить tabs>color = true tabs>show icons = off tabs>use preview tabs = on

tidy-tabs ctrl+alt+shift+w

gist-it ctrl+alt+g - Gist Current File ctrl+alt+shift+g - Gists the contents of the current selection

alt+shift+p - выбрать проект

работа с терминалом

terminal-plus

ctrl+entr - скопировать , вставить в терминал, запустить

ctrl+shift+l - выбрать грамматику подсветки

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment