This is how we make vim yanking and pasting work in tmux! — ChrisJohnsen/tmux-MacOSX-pasteboard at master - GitHub
[video]
[video]
Doing what ‘everyone else’ is doing is the surest route to failure.
Mac people use their computers
Windows people put up with their computers
Inspirational
http://wilshipley.com/blog/WWDC_Student_Talk.pdf
Running spotlight from your Mac terminal window
A colleague just showed me this most excellent little command you can add to your .profile on the Mac to do Spotlight-indexed searches from the command line. Very nice. function slocate() {
mdfind “kMDItemDisplayName == ‘$@’wc”;
} config[master]% time slocate my.cnf
/private/etc/my.cnf
/opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/mysql4/files/my.cnf
real 0m0.018s
user 0m0.006s
sys 0m0.006s
[video]
[video]
Steam Powered – Added Visual Studio as a Steam game
Rage Quit – ALT+F4 after a failed bug fix
— while true blog » What if Visual Studio had Achievements?