From 7cf5d06c8c96d3ae3d41d8a54bfc386f13b3c4a4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 27 Dec 2013 14:43:43 -0200 Subject: Cleaning up modules --- modules/vim/vim.dot.link/doc/git-vim.txt | 95 -------------------------------- 1 file changed, 95 deletions(-) delete mode 100644 modules/vim/vim.dot.link/doc/git-vim.txt (limited to 'modules/vim/vim.dot.link/doc/git-vim.txt') diff --git a/modules/vim/vim.dot.link/doc/git-vim.txt b/modules/vim/vim.dot.link/doc/git-vim.txt deleted file mode 100644 index 5fba807..0000000 --- a/modules/vim/vim.dot.link/doc/git-vim.txt +++ /dev/null @@ -1,95 +0,0 @@ -*git-vim.txt* Git Bindings for Vim - -============================================================================== -CONTENTS *git-vim-contents* - - 1. Introduction.............................|git-vim| - 2. Commands.................................|git-vim-commands| - 3. Keymaps..................................|git-vim-keymaps| - 4. License..................................|git-vim-license| - -============================================================================== -1. Introduction *git-vim* - -Git-vim provides: - -* Plugin files for calling git functions from inside Vim -* Syntax files for git displays - -============================================================================== -2. Commands *git-vim-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. - -:Git - Does any git command. - -:GitVimDiffMerge - Experimental. Call this command on unmerged file to enter vimdiff mode. - -:GitVimDiffMergeDone - Call this command after merging. - -============================================================================== -3. Keymaps *git-vim-keymaps* - -gd - :GitDiff - -gD - :GitDiff —cached - -gs - :GitStatus - -gl - :GitLog - -ga - :GitAdd - -gA - :GitAdd - -gc - :GitCommit - -In the git-status buffer: - - - :GitAdd - -============================================================================== -4. License *git-vim-license* - -The MIT License - - vim:tw=78:ts=8:ft=help -- cgit v1.2.3