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.
- Host: GitHub
- URL: https://github.com/ajthinking/what-every-mac-web-dev-should-know
- Owner: ajthinking
- Created: 2018-08-03T07:02:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T07:16:22.000Z (over 7 years ago)
- Last Synced: 2025-10-21T15:56:20.799Z (8 months ago)
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.