I've started using Vim for development and i'm really starting to like it a lot. But there are a few features of my usual editor (EditPlus) that i would like to have in Vim, maybe you can suggest ways of simulating or educating me on these?
- Global search of an entire project's source files for search term.
- Adding bookmarks to a file's source lines that i can jump to with a key press.
- Find all occurrences of word under cursor.
- Search and replace that lets me step through each for confirmation.
- Change line or selection to uppercase, lowercase, capitalize.
- Match brace/tag
P.S. I'm using Vim on Windows.