Terminal and Cloud 9 Cheat Sheet
Terminal Shortcuts
- Use ctrl-k to clear the terminal screen (cmd-k on Mac)
- Use ctrl-c to stop a program running in the terminal
- Use ctrl-d (or type exit) to close out of the interactive python shell
Cloud 9 Shortcuts
- Use ctrl-s to save a file
- Use ctrl-n to open a new file
- Both the file and terminal tabs should be cleaned up by regularly deleting the tabs by selecting the x on the right side of the tab name.