Joined March 2012
·
Posted to
Quitting OS X Terminal Windows
over 1 year
ago
I use cmd+w on iterm2, or ctrl+d which also works to quit sshs, so if you are in a ssh session ctrl+d will close the session, another ctrl+d will close the window, tab, or panel.
Posted to
zsh + iTerm2 OSX shortcuts
over 1 year
ago
thank you very much for this. The goto beginning of line and end of line works just perfect with this however to move from words I have to put like this:
bindkey "\e\e[D" backward-word
bindkey "\e\e[C" forward-word
Posted to
Your first SPDY app
over 1 year
ago
fantastic guide! this looks awesome, thank you
Achievements
242 Karma
4,671 Total ProTip Views
Lemmings 100
Write something great enough to have at least 100 watchers of the project
Forked 20
Have an established project that's been forked at least 20 times
Python 3
Have at least three original repos where Python is the dominant language
Philanthropist
Truly improve developer quality of life by sharing at least 50 individual open source projects
KO Contender
Participated in 2012 Node Knockout
Epidexipteryx 3
Have at least three original repo where C++ is the dominant language
Altruist
Increase developer well-being by sharing at least 20 open source projects
Honey Badger 3
Have at least three Node.js specific repos
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Kona
Have at least one original repo where CoffeeScript is the dominant language
Honey Badger
Have at least one original Node.js-specific repo
Epidexipteryx
Have at least one original repo where C++ is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose
Have at least one original repo where Ruby is the dominant language
Lab 3
Have at least three original repos where C# is the dominant language
Lab
Have at least one original repo where C# is the dominant language
awesome tip, it does work when the stack has file:line but for some reason javacript is file:line:column and iterm fails there. do you know any workarround to that?