
Basic Editing (Screencast 2)
4 months ago
In this screencast we look at using Vim to let you do some pretty serious work with file handling. There are a number of "file renamers" and the like out there that give you big complex GUIs and such, but they're all pretty silly once you realize how you can do this with Vim.
-
Vimeo: About / Blog / Developers / Jobs / Community Guidelines / Community Forums / Help Center / Site Map / Merchandise
/ Get Vimeo

Previous Week
ie. replace the first instance of ".mp3" on each line (but not the second one!) with nothing.
As well, you could also run the file through the shell with :%!sh (i.e. no highlighting required)
p.s. You're the best drummer ever :)
sorry for my english)
set guicursor=n-v-c:block-Cursor-blinkon0,ve:ver35-Cursor,o:hor50-Cursor,i-ci:ver25-Cursor,r-cr:hor20-Cursor,sm:block-Cursor-blinkwait175-blinkoff150-blinkon175
That's all on one line, of course, no spaces.