Skip to content

atom.io

Austin Kong edited this page Feb 9, 2018 · 9 revisions

A hackable text editor

atom.io

Keybindings

  • ctrl+shift+P Command pallet - search for all functions
  • ctrl+T or B Fuzzy find files in project

Go to and find

  • ctrl+G Go to line
  • ctrl+R Find symbols
  • ctrl+M Go to matching bracket

Line operation

  • ctrl+J Join lines
  • ctrl+L Select line
  • ctrl+shift+D Duplicate line
  • ctrl+shift+K Delete line

Bookmarks

  • F2 Jump to next bookmark
  • shift+F2 Jump to previous bookmark
  • ctrl+F2 View all bookmarks
  • ctrl+shift+F2 Toggle bookmark
  • alt+shift+F2 Clear bookmarks

Packages

  • language-fortran
  • language-matlab
  • language-latex
  • latex-completion
  • atom-beautify
  • file-icons
  • highlight-selected
  • atom-json-editor
  • color-picker - ctrl+alt+C to trigger
  • platformio-ide-terminal
  • pretty-json
  • atom-django
  • django-templates
  • click-link
  • minimap
    • minimap-bookmarks
    • minimap-cursorline
    • minimap-fine-and-replace
    • minimap-git-diff
    • minimap-highlight-selected
    • minimap-selection
    • minimap-autohider
  • git-plus - ctrl+shift+H to open pallet
  • git-blame - ctrl+B
  • git-status - ctrl+shift+S to toggle
  • git-time-machine
  • merge-conflicts

Configurations

Show invisible is in Preferences > Editor Settings