====== Atom Editor Quick Reference Card ====== Atom Editor cheat sheet. [[https://atom.io/]] ===== General ===== |''Ctrl + Shift + P''| Toggle command pallete| ===== Navigation & Selecting ===== |''Ctrl + L''|Select line| |''Ctrl + G''|Goto line number| |''Ctrl + Home''|Move to top of file| |''Ctrl + End''|Move to bottom of file| |''Ctrl + <-''|Move to start of word| |''Ctrl + ->''|Move to end of word| |''Ctrl + K'' ''Ctrl+Up/Down/Left/Right''|Switch panes| ===== Find / Search ===== |''Ctrl + F''|Find| |''F3''|Find next| ===== Tree View ===== |''Alt + \''|Tree View focus| |''F2''|Rename| |''Ctrl + \''|Tree View toggle| ===== Bookmarks ===== |''Ctrl + F2''|View all| |''Alt + Ctrl + F2''| Toggle bookmark| |''F2''|Jump to next bookmark| |''Shift + F2''|Jump to previous bookmark| ===== Customizations ===== Edit Non Word Characters in Settings | Editor and remove ''$,[]->'' FIXME - should include this in TOOL language definition package Settings | Editor. Uncheck //Auto Indent On Paste// ===== Language & Syntax packages for TOOL ===== Clone these in your ''.atom\packages'' folder: * [[https://github.com/whatIfTechnologies/language--t-o-o-l|TOOL language]] * [[https://github.com/whatIfTechnologies/one-dark-tool-syntax|One Dark TOOL syntax]] * [[https://github.com/whatIfTechnologies/tool-light-syntax|TOOL Light syntax]]