⌘ – Command Key –––––– ⌘ – ⌘
⌥ – Option Key ––––––– ⌥ – ⌥
⇧ – Shift Key –––––––– ⇧ – ⇧
⎋ – ESC Key –––––––––– ⎋ – ⎋
⇪ – Capslock ––––––––– ⇪ – ⇪
⏎ – Return ––––––––––– ⏎ – ⏎
⌫ – Delete/Backspace – ⌫ – ⌫
^ – Control Key
Open keyboard shortcuts
Shift + ?
Force Quit Applications
Option + Command + Esc
Clipboard
Cmd-Shift-V # Paste Previous
Cmd-Option-V # Paste Next
Cmd-Option-Ctrl-V # Show History
Chrome
Shift + Fn + Delete # remove input fields auto-suggest
Textmate
Control + Shift + T # gives all the list of TODO and FIXME
Control + G # case change
Command + K # git diff(custom)
Command + T # search files
Multiple word select
Ctrl + W
# Hide/Show login users
# https://support.apple.com/en-us/HT203998
sudo dscl . create /Users/postgres IsHidden 1
sudo dscl . create /Users/postgres IsHidden 0
# Flush Cache
dscacheutil -flushcache
# Show hidden files
defaults write com.apple.Finder AppleShowAllFiles YES
# disable spotlight
sudo mdutil -a -i off