git-vim

My vim files for Git

  • 所有者: motemen/git-vim
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

= git.vim

This project is no longer maintained. You may want to use {tpope/vim-fugitive}[https://github.com/tpope/vim-fugitive].

== Introduction
Git-vim provides:

  • Plugin files for calling git functions from inside Vim
  • Syntax files for git displays

== Commands
[:GitAdd ] git-add or current file if not specified.
[:GitCommit ] git-commit.
[:GitStatus] Show git-status of current file or repository.
[:GitLog] Show git-log of current file or repository.
[:GitCheckout ] git-checkout. Completes git commits.
[:GitDiff ] git-diff. Completes git commits.
[:GitPull ] git-pull.
[:GitPullRebase] git-pull --rebase.
[:GitPush ] git-push. Defaults to +git push origin +.
[:GitCatFile ] git-cat-file.
[:GitBlame ] git-blame.
[:Git ] Does any git command.
[:GitVimDiffMerge] Experimental. Call this command on unmerged file to enter vimdiff mode.
[:GitVimDiffMergeDone] Call this command after merging.

== Keymaps
[gd] :GitDiff
[gD] :GitDiff --cached
[gs] :GitStatus
[gl] :GitLog
[ga] :GitAdd
[gA] :GitAdd
[gc] :GitCommit
[gb] :GitBlame

=== In git-status buffer
[] :GitAdd

== License
The MIT License

主要指标

概览
名称与所有者motemen/git-vim
主编程语言Vim Script
编程语言Vim script (语言数: 1)
平台
许可证
所有者活动
创建于2008-04-27 07:23:09
推送于2018-02-15 06:24:20
最后一次提交2018-02-15 15:24:20
发布数0
用户参与
星数574
关注者数12
派生数70
提交数78
已启用问题?
问题数15
打开的问题数9
拉请求数6
打开的拉请求数6
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?