V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
chemzqm
V2EX  ›  Vim

Vim 整合插件, unite-git-log

  •  
  •   chemzqm · 2015-12-11 23:17:52 +08:00 · 2603 次点击
    这是一个创建于 3062 天前的主题,其中的信息可能已经有所发展或是发生改变。

    wow

    使用了 vimproc 加载速度飞快,可以方便的过滤,查看修改和 diff 操作😀

    https://github.com/chemzqm/unite-git-log

    第 1 条附言  ·  2015-12-13 03:35:47 +08:00
    更新了,以前直接用 fugitive 的命令会对布局造成很大限制,附送两个快速提交的命令行映射

    " commit current file
    command! -nargs=* -bar Gc execute 'Gcommit '. expand('%').' '."<args>"
    " comit all changed files
    command! -nargs=* -bar Gca execute 'Gcommit -a '."<args>"
    6 条回复    2016-03-14 13:30:45 +08:00
    timothyye
        1
    timothyye  
       2015-12-12 08:51:01 +08:00 via Android
    赞一个,回去试试
    timothyye
        2
    timothyye  
       2015-12-12 09:37:53 +08:00 via Android
    lz 你的 vim 主题是啥呢
    yhylord
        3
    yhylord  
       2015-12-12 11:03:42 +08:00
    @timothyye Solarized Light?
    timothyye
        4
    timothyye  
       2015-12-12 11:14:03 +08:00
    @yhylord 我去 google 一下,谢谢
    tracyone
        5
    tracyone  
       2015-12-12 21:04:38 +08:00
    star
    ming2281
        6
    ming2281  
       2016-03-14 13:30:45 +08:00
    awesome
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1081 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 18:44 · PVG 02:44 · LAX 11:44 · JFK 14:44
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.