Skip to content

Instantly share code, notes, and snippets.

View jamesxuhaozhe's full-sized avatar
🎯
Focusing

James Xu jamesxuhaozhe

🎯
Focusing
  • Ex-Amazonion
  • China
View GitHub Profile
@stkent
stkent / android_studio_shortcuts.md
Last active January 23, 2026 11:04
Android Studio Shortcuts (Mac)

Android Studio Shortcuts (Mac)

Notes:

  • Two of the most useful shortcuts utilize the Fn (function) keys. It is therefore recommended that you enable the "Use all F1, F2, etc. keys as standard function keys" option [System Preferences > Keyboard].
  • Be sure to enable the Mac OS X 10.5+ keymap in Android Studio [Preferences > Keymap].
  • A fairly complete shortcut list can be found here.

Useful symbols:

@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active May 5, 2026 07:07
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname