=========================================== AWS Cloud9 IDE (Windows) keyboard shortcuts =========================================== First published at 5/12/2018 on https://defkey.com/aws-cloud9-ide-shortcuts Cloud9 IDE is an online integrated development tool that supports hundreds of programming languages including C, C++, PHP, Ruby, Perl, Python, and Go. It's almost completely written in JavaScript. Cloud9 is now a part of Amazon Web Services (AWS), and you must use an AWS account to use Cloud9. AWS Cloud9 IDE (Windows) has 68 shortcuts and we have listed all of them below. Miscellaneous ------------- Too see full list of keybindings and keyboard shortcuts in Cloud9, press Command/Control + . from within the IDE (Mac) or Ctrl-. (Windows or Linux). Ctrl + C Abort CLI Command Ctrl + + Font Larger Ctrl + - Font Smaller Ctrl + , Open Settings Panel Ctrl + U Open Tree Panel Ctrl + Shift + E Outline Ctrl + Shift + L Reveal File In File Tree Clipboard --------- Ctrl + C Copy Ctrl + X Cut Ctrl + V Paste Ctrl + Z Undo Ctrl + Shift + Z Redo Code Manipulation ----------------- Shift + Ctrl + B Beautify Text Ctrl + Space Complete Ctrl + Shift + D Duplicate Selection Alt + Down arrow Move Lines Down Alt + Up arrow Move Lines Up Shift + Tab Outdent Ctrl + Shift + / Toggle Block Comment Ctrl + / Toggle Comment Ctrl + Shift + U To Lowercase Ctrl + U To Uppercase Cursor ------ Ctrl + Alt + Up arrow Add Cursor Above Ctrl + Alt + Down arrow Add Cursor Below Ctrl + Alt + Shift + Up arrow Add Cursor Above Skip Current Ctrl + Alt + Shift + Down arrow Add Cursor Below Skip Current File Operations --------------- Ctrl + N New File Ctrl + Shift + Q Revert to Saved Ctrl + S Save Ctrl + Shift + S Save As Find ---- Ctrl + F Find Ctrl + Shift + F Find in Files Ctrl + K Find Next Ctrl + Shift + K Find Previous Goto ---- Ctrl + Home Goto Start Ctrl + End Goto End Ctrl + E Goto File/Navigate Ctrl + G Goto Line Alt + Right arrow Goto Line End Alt + Left arrow Goto Line Start Ctrl + Left arrow Goto Word Left Ctrl + Right arrow Goto Word Right Remove Text ----------- Ctrl + D Remove Line Alt + Del Remove to Line End Alt + Backspace Remove to Line Start Ctrl + Backspace Remove Word Left Ctrl + Del Remove Word Right Selections ---------- Ctrl + A Select All Shift + Down arrow Select Down Shift + Up arrow Select Up Shift + Left arrow Select Left Shift + Right arrow Select Right Ctrl + Shift + End Select To End Ctrl + Shift + Home Select To Start Alt + Shift + Right arrow Select To Line End Alt + Shift + Left arrow Select To Line Start Ctrl + Alt + Right arrow Select More After Ctrl + Alt + Left arrow Select More Before Ctrl + Alt + Shift + Right arrow Select Next After Ctrl + Alt + Shift + Left arrow Select Next Before Ctrl + Shift + Left arrow Select Word Left Ctrl + Shift + Right arrow Select Word Right Tabs ---- Alt + W Close Tab Alt + Shift + W Close All Tabs Ctrl + Alt + W Close All Tabs But This Ctrl + Tab Next Tab Ctrl + Shift + Tab Previous Tab F6 Toggle Console Last modified on (UTC): Monday, November 11, 2019 Defkey © All rights reserved.