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.
Setup iTerm acccording to Jeff: https://laracasts.com/lessons/dev-machine-setup
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 |
Short key heet for visualstudio code https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf
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
Shortcut | Does |
---|---|
⌘ + L |
Highlight URL |
⌘ + T |
New Tab |
⌘ + shift + T |
Open closed tab |
If you touch the mouse you loose.