yjsoon + vim   22

VIM Adventures
@FunkeeMonk @jasonong @wynlim @skinnylatte @echoz Bonus: win easily
vim  games  learning 
5 weeks ago by yjsoon
Applidium — Vim
Wait wait what Vim on iOS?! Screw education, THIS IS THE FUTURE
vim  ios  apps  from twitter
january 2012 by yjsoon
Web Expose » Blog Archive » Open MacVim tabs from command-line
# 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 
august 2011 by yjsoon

Copy this bookmark:



description:


tags: