Cheatography
https://cheatography.com
Atom.io keyboard shortcuts prepared for Linux
BookmarksAdd a Bookmark | Ctrl+Shift+F2 | Next Bookmark | F2 | Previous Bookmark | Shift+F2 | List Bookmks Current Project | Ctrl+F2 |
BracketsBracket Matching Cursor | Ctrl+M | Select all text inside current | Alt+Ctrl+, (comma) | Close current XML/HTML Tag | Alt+Ctrl+. (dot) |
Deleting and CuttingDelete to beginning of word | Ctrl+Backspace | Delete to end of word | Ctrl+Delete | Delete current line | Ctrl+ Shift+K |
Files and FoldersOpening a File | Ctrl+O | Save As... | Ctrl+Shift+S | Open Folder... | Ctrl+Shift+O | Add Project Folder | Ctrl+Shift+A |
Files NavigationSearch in Current Project | Ctrl+T | Only Search Currently Opened Files | Ctrl+B |
Find and ReplaceSearch within a buffer | Ctrl+F | Search the entire project | Ctrl+Shift+F |
FoldingFolding code in | Alt+Ctrl+[ | Folding code out | Alt+Ctrl+] |
| | GitToggle Git Pane | Ctrl+9 | Toggle Github Pane | Ctrl+8 |
Grammer SelectorGrammer Selector | Ctrl+Shift+L |
Line ManipulationDelete current line | Ctrl+Shift+K | Duplicate current line | Ctrl+ Shift+D | Join next line to the end of current line | Ctrl+J | Move current line Up | Ctrl+Up | Move current line Down | Ctrl+Down |
Manage TabsClose Tab | Ctrl+W | Reopen Last Item | Ctrl+Shift+T |
Multiple Cursors and SelectionsAdd new cursor at clicked loc. | Ctrl+Click | Select all words. Same as current | Alt+F3 | Add another cursor above current | Alt+Shift+Up | Add another cursor below current | Alt+Shift+Down | Select next word. Same as current | Ctrl+D |
Settings and Preferences
Split ScreenSplit Left | Ctrl+K+Left | Split Right | Ctrl+K+Right | Split Up | Ctrl+K+Up | Split Down | Ctrl+K+Down |
Symbols NavigationSymbol Search in Active File | Ctrl+R |
| | Text Navigation (move to...)Beginning of Word | Ctrl+Left | End of Word | Ctrl+Right | 1e char of Current Line | Home | End of Line | End | Top of File | Ctrl+Home | Bottom of File | Ctrl+End | Specif. Row:Column | Ctrl+G |
Text SelectionEntire content of file | Ctrl+A | Entire Line | Ctrl+L | Up | Shift+Up | Down | Shift+Down | Previous Character | Shift+Left | Next Character | Shift+Right | Beginning of Word | Ctrl+Shift+Left | End of Word | Ctrl+Shift+Right | First Char of Line | Shift+Home | End of Line | Shift+End | Set selection as Comment | Ctrl+/ | To top of file | Ctrl+Shift+Home | To Bottom of file | Ctrl+Shift+End | Text inside current brackets | Alt+Ctrl |
Tree ViewToggle | Ctrl+\ | Focus/Unfocus | Alt+Q | Add a file | A | Move a file | M | Delete a file | Delete |
VisualisationBeautify text | Ctrl+Alt+B | Fold at spec.indentation level | Ctrl+K+0..9 | Indent selection right | Tab or Ctrl+] | Indent selection right | Shift+Tab or Ctrl+[ |
Installed Packagesscript (runs code im Atom) | Shift+Ctrl+b | python-debugger Alt-r = start | Alt+Shift+r = breakpoint | python-autopep-8 (markbaas) | Formatting Python | linter-flake8 | linter plugin for python | minimap | on right side of screen | logo-file-icons (manuelbieh) | Add some nice icons | print-code (mochizukikotaro) | Print source code | single-click-open (olmokramer) | Open files w. single cllck |
Look for a description at the packages themselves in Atom
Editor settingsScroll past End | | Preferred Line Lenght | 79 |
These settings are a personal preference
ThemesUI Theme | One Dark | Syntax Theme | One Dark |
These settings are a personal preference
|
Created By
Metadata
Comments
Update on split views
update on indent selection
update installed packages
Add a Comment
Related Cheat Sheets