Cheatography
                https://cheatography.com
            
        
        
    
                   
                            
    
                    Sublime Text 3 Key Bindings for Users on Windows Systems based in Middle-/ and East-Europe.
                    
                 
                    
        
        
            
    
        
                                    This is a draft cheat sheet. It is a work in progress and is not finished yet.
                    
        
                
        
            
                                
            
                
                                                | General // Allgemein
                        
                                                                                    
                                                                                            | Strg + Ö | Show console | Konsole einblenden |  File / Datei
                        
                                                                                    
                                                                                            | STRG + N | New file | Neue Datei |  
                                                                                            | STRG + O | Open file | Datei öffnen |  
                                                                                            | STRG + S | Save | Speichern |  
                                                                                            | STRG + ⇧ + S | Save as | Speichern unter |  
                                                                                            | STRG + W | Close file | Datei schließen |  
                                                                                            | STRG + ⇧ + W | Close window | Fenster schließen |  Edit / Bearbeiten
                        
                                                                                    
                                                                                            | STRG + # | Comment/un-comment current line | Ein-/Auskommentieren |  
                                                                                            | STRG + ⇧ + # | Block comment current selection | Selektion auskommentieren |  Find / Suchen
                        
                                                                                    
                                                                                            | Strg + D | Select word - Repeat select others occurrences | Übersetzung fehlt |  
                                                                                            | Strg + U | Select word – go a step back | Übersetzung fehlt |  
                                                                                            | Strg + K | Select word – skip the current selection | Übersetzung fehlt |  
                                                                                            | Strg + G | Go to line | Springe zu Zeile |  
                                                                                            | Alt + F3 | Find all of selection | Übersetzung fehlt |  Tab
                        
                                                                                    
                                                                                            | Strg + ⇆ |  | Zuletzt bearbeiteter Tab |  
                                                                                            | Strg + ⇧ + ⇆ |  | Danach bearbeiteter Tab |  
                                                                                            | Alt + [NUM] | Switch to tab number | Zu Tab an Position [NUM] springen |  
                                                                                            | Strg + PgUp | Cycle up through tabs | Tab nach rechts |  
                                                                                            | Strg + PgDn | Cycle down through tabs | Tab nach links |  
                                                                                            | STRG + ⇧ + T | Reopen closed file | Zuletzt geschlossene Datei öffnen |  User Key Bindings 
[ 
  { "keys": ["ctrl+tab"], "command": "next_view" }, 
  { "keys": ["ctrl+shift+tab"], "command": "prev_view" } 
]
Source Misc / Diverse
                        
                                                                                    
                                                                                            | Strg + ⇧ + Alt + P | Show scope in status bar | ** |  Plugin Shortcuts
                        
                                                                                    
                                                                                            |  | Strg + Alt + A |  
                                                                                            |  | Strg + Alt + Enter |  Shuffle, Sort, Reverse and Unique Lines
                        
                                    
                        | First we have Shuffle, which does exactly that, shuffling them into a random order. Then we have Sort, which will alphabetize your lines. Next we have Reverse which swaps the previously sorted lines, or just flips any code in the reverse order. Finally, we have Unique which removes any duplicate lines of code. All of these commands are available via the Command Palette. |  |