======================================= AWS Cloud9 IDE (Mac) keyboard shortcuts ======================================= First published at 5/12/2018 on https://defkey.com/aws-cloud9-ide-mac-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 (Mac) 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). Control + C Abort CLI Command Shift + + Font Larger Control + - Font Smaller Cmd + , Open Settings Panel Cmd + U Open Tree Panel Cmd + Shift + E Outline Shift + Cmd + L Reveal File In File Tree Clipboard --------- Cmd + C Copy Cmd + X Cut Cmd + V Paste Cmd + Z Undo Cmd + Shift + Z Redo Code Manipulation ----------------- Cmd + Shift + B Beautify Text Control + Space Complete Cmd + Shift + D Duplicate Selection Option + Down arrow Move Lines Down Option + Up arrow Move Lines Up Shift + Tab Outdent Cmd + Shift + / Toggle Block Comment Cmd + / Toggle Comment Control + Shift + U To Lowercase Control + U To Uppercase Cursor ------ Control + Option + Up arrow Add Cursor Above Control + Option + Down arrow Add Cursor Below Control + Option + Shift + Up arrow Add Cursor Above Skip Current Control + Option + Shift + Down arrow Add Cursor Below Skip Current File Operations --------------- Control + N New File Control + Shift + Q Revert to Saved Cmd + S Save Cmd + Shift + S Save As Find ---- Cmd + F Find Cmd + Shift + F Find in Files Cmd + G Find Next Cmd + Shift + G Find Previous Goto ---- Cmd + Home Goto Start Cmd + End Goto End Cmd + E Goto File/Navigate Cmd + L Goto Line Cmd + Right arrow Goto Line End Cmd + Left arrow Goto Line Start Option + Left arrow Goto Word Left Option + Right arrow Goto Word Right Remove Text ----------- Cmd + D Remove Line Control + K Remove to Line End Cmd + Del Remove to Line Start Option + Del Remove Word Left Option + Del Remove Word Right Selections ---------- Cmd + A Select All Shift + Down arrow Select Down Shift + Up arrow Select Up Shift + Left arrow Select Left Shift + Right arrow Select Right Cmd + Shift + Down arrow Select To End Cmd + Shift + Up arrow Select To Start Cmd + Shift + Right arrow Select To Line End Cmd + Shift + Left arrow Select To Line Start Control + Option + Right arrow Select More After Control + Option + Left arrow Select More Before Control + Option + Shift + Right arrow Select Next After Control + Option + Shift + Left arrow Select Next Before Option + Shift + Left arrow Select Word Left Option + Shift + Right arrow Select Word Right Tabs ---- Option + W Close Tab Option + Shift + W Close All Tabs Option + Control + W Close All Tabs But This Option + Tab Next Tab Option + Shift + Tab Previous Tab Control + Esc Toggle Console Last modified on (UTC): Monday, November 11, 2019 Defkey © All rights reserved.