All Projects → c9s → Hypergit.vim

c9s / Hypergit.vim

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

Labels

Projects that are alternatives of or similar to Hypergit.vim

Fmacvim
MacVim + essential plugins + my custom (and awesome) .vimrc
Stars: ✭ 52 (-11.86%)
Mutual labels:  viml
Yaml Vim
YAML Highlight script for VIM editor
Stars: ✭ 53 (-10.17%)
Mutual labels:  viml
Vim Sauce
Multiple source file management for Vim
Stars: ✭ 55 (-6.78%)
Mutual labels:  viml
Pep8
Check your python source files with PEP8
Stars: ✭ 52 (-11.86%)
Mutual labels:  viml
Javacomplete
Omni Completion for JAVA
Stars: ✭ 53 (-10.17%)
Mutual labels:  viml
Vimdown
A dirty tool to convert .vimrc and .vim script files to markdown
Stars: ✭ 54 (-8.47%)
Mutual labels:  viml
Vim Lookup
Jump to the definition of variables or functions in VimL code.
Stars: ✭ 51 (-13.56%)
Mutual labels:  viml
Vim Partial
Makes creating partials in your code a breeze!
Stars: ✭ 58 (-1.69%)
Mutual labels:  viml
Vim Togglemouse
Toggles the mouse focus between Vim and your terminal emulator, allowing terminal emulator mouse commands, like copy/paste.
Stars: ✭ 53 (-10.17%)
Mutual labels:  viml
Vim Better Javascript Completion
An expansion of Vim's current JavaScript syntax file.
Stars: ✭ 55 (-6.78%)
Mutual labels:  viml
Viki vim
A personal wiki for Vim
Stars: ✭ 52 (-11.86%)
Mutual labels:  viml
Ansible Splunk Simple
Simple deployment of Splunk using Ansible, static host lists.
Stars: ✭ 53 (-10.17%)
Mutual labels:  viml
Vim Alignta
Align Them All!
Stars: ✭ 54 (-8.47%)
Mutual labels:  viml
Buffet.vim
A vimplugin for switching and managing buffer lists
Stars: ✭ 52 (-11.86%)
Mutual labels:  viml
Grep.vim
Grep search tools integration with Vim
Stars: ✭ 56 (-5.08%)
Mutual labels:  viml
Ctrlp Extensions.vim
Plugins for ctrlp.vim
Stars: ✭ 51 (-13.56%)
Mutual labels:  viml
Vim Giphy
Giphy in your vim
Stars: ✭ 54 (-8.47%)
Mutual labels:  viml
Bisectly
Binary search tool
Stars: ✭ 59 (+0%)
Mutual labels:  viml
Vim Holylight
A Vim plugin for MacBook users that automatically sets the background to light or dark depending on the ambient light
Stars: ✭ 57 (-3.39%)
Mutual labels:  viml
Rubyblue
A collection of themes for different text editors that mimic the colors used in the code samples on ruby-lang.org
Stars: ✭ 54 (-8.47%)
Mutual labels:  viml

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].