From e17eb8870dc224b82e970f1667e753c480280630 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Wed, 20 Oct 2010 15:15:02 +0200 Subject: Added gundo to vim --- .vim/bundle/gundo.vim/README.markdown | 50 +++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .vim/bundle/gundo.vim/README.markdown (limited to '.vim/bundle/gundo.vim/README.markdown') diff --git a/.vim/bundle/gundo.vim/README.markdown b/.vim/bundle/gundo.vim/README.markdown new file mode 100644 index 0000000..a27c8f1 --- /dev/null +++ b/.vim/bundle/gundo.vim/README.markdown @@ -0,0 +1,50 @@ + +Flattr this + +Gundo.vim is Vim plugin to visualize your Vim undo tree. + +Current status: Beta. It might eat your data. Be careful. +========================================================= + +Preview +------- + + +Screenshot: + +gundo + +Screencast: [http://screenr.com/M9l](http://screenr.com/M9l) + + +Requirements +------------ + +* Vim 7.3+ +* Python support for Vim. +* Python 2.5+. + +Installation +------------ + +Use [Pathogen][]. Don't use pathogen? Start. + +Add a mapping to your `~/.vimrc` (change the key to suit your taste): + + nnoremap :GundoToggle + +[Pathogen]: http://www.vim.org/scripts/script.php?script_id=2332 + +Usage +----- + +When you're editing a file you can bring up the undo graph for that file with +`` (or whatever key you mapped it to). + +Press `` again to close the undo graph and return to your file. + +Use `j` and `k` to move up and down the graph. The preview pane will update with +a diff of the change made by the undo state you're currently on. + +Press return to revert the file's contents to that undo state and return to the +file. -- cgit v1.2.3-54-g00ecf