Skip to content

Instantly share code, notes, and snippets.

View hmkim's full-sized avatar
🎯
Focusing

Hyunmin Kim (Brandon) hmkim

🎯
Focusing
View GitHub Profile
@hmkim
hmkim / iterm2.md
Created July 17, 2024 05:55 — forked from squarism/iterm2.md
An iTerm2 Cheatsheet

Tabs and Windows

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)
@hmkim
hmkim / aws-study-resource.md
Created August 3, 2019 05:27 — forked from serithemage/aws-study-resource.md
AWS ν•™μŠ΅ μžλ£Œμ§‘

AWS ν•™μŠ΅ 링크집 μ‹œλ¦¬μ¦ˆ

AWS ν•™μŠ΅ μžλ£Œμ§‘ (http://bit.ly/aws-study-resource)

AWS 초보자용 ꡐ윑 자료

@hmkim
hmkim / 0_reuse_code.js
Last active August 29, 2015 14:20
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console