VIM Adventures
5 weeks ago by yjsoon
@FunkeeMonk @jasonong @wynlim @skinnylatte @echoz Bonus: win easily
vim
games
learning
5 weeks ago by yjsoon
Applidium — Vim
january 2012 by yjsoon
Wait wait what Vim on iOS?! Screw education, THIS IS THE FUTURE
vim
ios
apps
from twitter
january 2012 by yjsoon
Bill Joy's greatest gift to man – the vi editor [printer-friendly] • The Register
january 2012 by yjsoon
RT @newsycombinator: Bill Joy - vi was written for a world that doesn't exist anymore http://t.co/PwlFsTJ3
vim
history
from instapaper
january 2012 by yjsoon
Web Expose » Blog Archive » Open MacVim tabs from command-line
august 2011 by yjsoon
# Last step: fire up vim.
if [ "$gui" ]; then
if $tabs && [[ `$binary --serverlist` = "VIM" ]]; then
exec "$binary" -g $opts --remote-tab-silent ${1:+"$@"}
else
exec "$binary" -g $opts ${1:+"$@"}
fi
else
exec "$binary" $opts ${1:+"$@"}
fi
vim
mac
if [ "$gui" ]; then
if $tabs && [[ `$binary --serverlist` = "VIM" ]]; then
exec "$binary" -g $opts --remote-tab-silent ${1:+"$@"}
else
exec "$binary" -g $opts ${1:+"$@"}
fi
else
exec "$binary" $opts ${1:+"$@"}
fi
august 2011 by yjsoon
Copy this bookmark: