Function | Shortcut |
---|---|
New Tab | β + T |
Close Tab or Window | β + W (same as many mac apps) |
Go to Tab | β + Number Key (ie: β2 is 2nd tab) |
Go to Split Pane by Direction | β + Option + Arrow Key |
Cycle iTerm Windows | β + backtick (true of all mac apps and works with desktops/mission control) |
AWS νμ΅ λ§ν¬μ§ μ리μ¦
- AWS νμ΅ μλ£μ§ http://bit.ly/aws-study-resource
- AWS κ³΅μΈ μ루μ μ€ μν€ν νΈ - μ΄μμμμ΄νΈ μν κ°μ΄λ http://bit.ly/sacertguide
- AWS κ³΅μΈ κ°λ°μ - μ΄μμμμ΄νΈ μν κ°μ΄λ http://bit.ly/devcertguide
- AWS 보μ κ΄λ ¨ 컨ν μΈ λͺ¨μμ§ http://bit.ly/secontents
- AWS λ₯λ¬λ νμ΅ μλ£ λͺ¨μμ§ http://bit.ly/dlonaws
AWS νμ΅ μλ£μ§ (http://bit.ly/aws-study-resource)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |