posts - 33,  comments - 70,  trackbacks - 0
vim
Open MacVim tabs from command-line      摘要: tabs=true

Replace the if structure at the bottom of the file with the following:

# 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......

  阅读全文
posted @ 2010-11-17 15:32 地狱男爵(hellboys) 阅读(1047) | 评论 (0)  编辑

<2025年2月>
2627282930311
2345678
9101112131415
16171819202122
2324252627281
2345678

常用链接

随笔分类

随笔档案

文章档案

相册

连接

最新随笔

搜索

  •  

最新评论

阅读排行榜

评论排行榜