Subscribe for free with iTunes, Twitter, or RSS (Ogg or Quicktime).

Vimcasts

Bring a Vimcasts workshop to your town

I’m going to run a series of Vim workshops in 2012. If you would like to attend, please sign up to the Vimcasts workshops mailing list, and tell me where you live. If there is enough interest for your town, then I’ll try and schedule it into my tour.

What can you expect from a Vimcasts workshop? Dirty hands. We learn best by doing, so I won’t lecture you. Instead, we’ll work through excercises designed to reveal the best practices of working with Vim. The material will tie in with my upcoming book, Practical Vim.

Continue reading…

Fugitive.vim - exploring the history of a git repository

#35

Git provides tools for searching the contents of files, commit messages, and even whether text was added or removed by a commit. In this episode, we’ll see how fugitive’s Ggrep and Glog commands wrap this functionality up so that we can search the contents and history of a git repo from right inside of Vim.

This is the last of our five part series on fugitive.vim.

Continue reading…

The Fugitive Series - a retrospective

Fugitive.vim: a git wrapper so awesome, it should be illegal. That’s how Tim Pope describes his git plugin for Vim. I’ve had fugitive.vim installed since it was released, but until recently I never took the time to figure out what was so awesome that could make it illegal.

Continue reading…

Fugitive.vim - browsing the git object database

#34

With the fugitive plugin, you’re not limited to just working with files in your working tree. The :Gedit command allows you to open files in other branches, and to browse any git object, including tags, commits and trees. Plus, if your repository is hosted on github, you can easily bring up the webpage for any git object using the :Gbrowse command.

This is the penultimate of a five part series on fugitive.vim.

Continue reading…

Fugitive.vim - resolving merge conflicts with vimdiff

#33

When git branches are merged, there is always the chance of a conflict arising if a file was modified in both the target and merge branches. You can resolve merge conflicts using a combination of fugitive’s :Gdiff command, and Vim’s built in diffget and diffput. In this episode, we’ll find out how.

This is the third in a five part series on fugitive.vim.

Continue reading…

Fugitive.vim - working with the git index

#32

The fugitive plugin provides an interactive status window, where you can easily stage and review your changes for the next commit. The :Gdiff command visualizes the changes made to a file, by comparing the working copy with the index. In this episode, we’ll learn how to stage hunks of changes to the index without using the git add --patch command.

This is the second of a five part series on fugitive.vim. In the next episode, we’ll learn how to resolve a git merge conflict by performing a 3-way vimdiff.

Continue reading…

Fugitive.vim - a complement to command line git

#31

The fugitive plugin, by Tim Pope, is a git wrapper for Vim. It complements the command line interface to git, but doesn’t aim to replace it. In this episode, we’ll see how some of fugitive’s commands can streamline your workflow.

This is the first of a five part series on fugitive.

Continue reading…

Vimcasts plugin for Plex now available

Fans of the Plex media center will be happy to know that there is now a Vimcasts plugin, available from the Plex online app store. It was built by Ches Martin, who was inspired when he saw that there was a Vimcasts plugin for Boxee. So now you can get your fix of Vimcasts straight from your media center. Thanks Ches!

Undo branching and Gundo.vim

#30

The undo command is almost universally available in software today. Being able to rollback unwanted changes can be a real timesaver. In most applications you can only go backwards and forwards linearly, but Vim keeps your changes in a tree structure, which means that you can retrieve edits from distant branches in your history. This episode will show you how.

Continue reading…

Aligning text with Tabular.vim

#29

There are times when you can improve the readability of your code by lining up the elements on neighbouring lines. In this episode, I demonstrate how this can be achieved using the Tabular plugin.

Continue reading…

Supported by

spacer
Leave a tip spacer
spacer
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.