Skip to content

Instantly share code, notes, and snippets.

@albertogarrido
albertogarrido / android_studio_shortcuts.md
Created March 30, 2017 09:02 — forked from stkent/android_studio_shortcuts.md
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:

@albertogarrido
albertogarrido / git_branch_status_prompt.sh
Created September 23, 2015 18:27
Show git branches on terminal prompt. With branch status in color, time and current directory.
## SOURCE & CREDIT: http://mediadoneright.com/content/ultimate-git-ps1-bash-prompt
## lines 9 & 10 fix for mac os x found in SO
## customizations: 24h time and change colors :)
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
source /usr/local/git/contrib/completion/git-completion.bash
source /usr/local/git/contrib/completion/git-prompt.sh