タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

vimとvcsに関するtyruのブックマーク (1)

  • VCS Vim plugins

    VCS を扱う Vim plugin が乱立していて、訳がわからなくなってきたのでまとめてみた。 git.vim https://github.com/motemen/git-vim Author: motemen 対応 VCS は Git のみ status, log, diff, push, pull といった基操作を Vim 上で行うことができる :GitStatus が便利 歴史が古く、今でも使用者がいる fugitive https://github.com/tpope/vim-fugitive Author: Tim Pope 対応 VCS は Git のみ Git に特化しているが、その高機能さに定評がある git.vim からの乗り換えが多い git add -p のグラフィカル表示、git blame のグラフィカル表示が便利 ステータスラインにブランチ名を表示する機能

    VCS Vim plugins
    tyru
    tyru 2013/01/20
  • 1