An open API service indexing awesome lists of open source software.

https://github.com/ajthinking/what-every-mac-web-dev-should-know

So you sold your soul and bought a mac? Here are some mac web dev workflow optimization tips.
https://github.com/ajthinking/what-every-mac-web-dev-should-know

Last synced: 4 months ago
JSON representation

So you sold your soul and bought a mac? Here are some mac web dev workflow optimization tips.

Awesome Lists containing this project

README

          

# what-every-mac-web-dev-should-know
So you sold your soul and bought a mac? Here are some mac web dev workflow optimization tips.

You are hereby challenged to add your favorite shortcuts, apps and time saving tricks.

## Terminal
Setup iTerm acccording to Jeff: https://laracasts.com/lessons/dev-machine-setup

## Shortcuts

| Shortcut | Does |
| ------------- |-------------|
| ```CMD+F3``` | show desktop |
| ```CMD+1-9``` | swap between numbered tabs |
| ```CMD+R``` | update page |
| ```SHIFT+CMD+R``` | hard refresh |
| ```CMD+W``` | close tab |
| ```CMD+SHIFT+W``` | reopen closed tab |
| ```CTRL+TAB``` | swap to next tab | 
| ```ALT+8 or 9``` | brackets |     
| ```SHIFT+ALT+ 8 or 9``` | curly brackets |  
| ```CMD+LEFT_ARROW``` | go to HOME/END of line shortcuts |
|```CMD+,```| Access settings|
|```CMD+w```| General close|

## Editors
Short key heet for visualstudio code
https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf

## General
Watch Jeff: https://laracasts.com/lessons/dev-machine-setup

Homebrew

Make any application launchable by hotkey: https://claudiodangelis.com/osx/2012/09/27/osx-launch-terminal-from-shortcut.html 

## Chrome
| Shortcut | Does |
| ------------- |-------------|
| ```⌘ + L``` | Highlight URL |
| ```⌘ + T``` | New Tab |
| ```⌘ + shift + T``` | Open closed tab |


> If you touch the mouse you loose.