SkillAgentSearch skills...

Hypergit.vim

This git plugin provides many awesome features so that you don't need to type commands anymore..

Install / Use

/learn @c9s/Hypergit.vim
About this skill

Quality Score

0/100

Supported Platforms

Universal

Tags

README

hypergit.vim

This git plugin provides many awesome features so that you don't need to type commands anymore..

Screenshot

ScreenShot

Features

  • Git Actions in TreeMenu
  • Commit Buffer
  • Rebase (interactive) Helper. When using git rebase -i [branch], it's automatically enabled.

Tested Platforms

  • Debian/Ubuntu Linux
  • Mac OS X

Installation

Via Vundle:

Plugin 'c9s/helper.vim'
Plugin 'c9s/treemenu.vim'
Plugin 'c9s/hypergit.vim'

Be sure to have helper.vim before hypergit.vim.

Configuration

Add Git Menu key mapping to your ~/.vimrc:

nmap <leader>G   :ToggleGitMenu<CR>

Default Key Mappings

<leader>G    toggle hypergit menu
<leader>ci   commit current file changes
<leader>ca   commit all changes

<leader>ga   add file to git repository
<leader>gb   branch manager buffer
<leader>gs   status manager buffer
<leader>gh   stash manager buffer

Commands

:GitCommit

:GitCommitAll

:GitCommitAmend

:GitStatus

:GitStash

:GitPush

:GitPull

View on GitHub
GitHub Stars63
CategoryDevelopment
Updated1y ago
Forks3

Languages

Vim script

Security Score

65/100

Audited on Jul 10, 2024

No findings