17 Jun 2011 Here's another in my series of vim screencasts. This one talks about the various uses of the % operator. You can find the video at http://showmedo.com/videotutorials/video?name%3D3160020 (likely dead) In non-editing mode, the % operator swaps between (), [] or {} style braces. This is super helpful for PHP style syntax that wraps large portions of code in these. The real power of the % operator comes in Ex mode, however. Ex mode is the mode that is triggered by the colon ( : ). It...