Skip to content

Vim-cn/gitdraw.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitdraw.vim

Draw your git heat map, powered by the god of editor. 中文

edit

compile

Features

  1. No dependency of web browser. Use vim as UI.
  2. Support upload your gitdraw to your repository website.
  3. Cross platform. Not need unix shell like GalaxyMimi/git-draw.

Dependent

  1. A distribution of vim. Such as vim/vim.
  2. git/git.

Install

Package manager

Such as Shougo/dein.vim, Add the following code to your vimrc.

call dein#add('Freed-Wu/gitdraw.vim')

Then type the code in the command line of vim:

call dein#install()

Or the following, need wsdjeg/dein-ui.vim.

SPInstall

Or the following, need haya14busa/dein-command.vim.

Dein install

Manual

Download the package first.

git clone https://github.com/Freed-Wu/gitdraw.vim /path/to/save/this/package

Add the following code to your vimrc.

set runtimepath+=/path/to/save/this/package

Customize

See doc/gitdraw.txt

Or type the code in the command line of vim:

help gitdraw

Q & A

See more at Issues.

Todo

Optimize the speed of compile.

The following code need tpope/vim-scriptease.

Time Compile

Add more hotkeys.

xmap <buffer> <C-a> <plug>gitdraw-add 
xmap <buffer> <C-x> <plug>gitdraw-delete

Welcome to PR!

Thanks

About

Draw your git heap map, powered by the god of editor.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors