Using tags to browse ruby and gem source with Vim
Using tags brings your Vim closer towards a fully capable IDE and makes code browsing and navigation easier. This setup allows you to jump into not just the project code but you also inside your gem and ruby source. Full article
Post a comment