Skip to content

vim-scripts/slide-show

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=3761

I often need to review others code to get a quick idea if the developers are doing the proper job.  It's tedious when going through hundreds of files manually.  I finally came up with this script, which you need to find/grep the interested files, and feed them to vim.

For example to review author Cary's source files:

In command line,
vim +"so ~/.vim/SlideShow.vim" `grep -liR "Cary" * | grep -v .svn | grep ".java" | sort`

In vim, press <Space> to start the slide show.

About

A tool for viewing source code in a slide show fashion.

Resources

Stars

Watchers

Forks

Packages

No packages published