Working effectively with ctags has been a topic I avoided for a long time because I was too lazy to invest the time to learn about it.
I was working on my application and needed to constantly consult Padrino's API docs in the browser. It would have been more effective if I could do the searching directly in Padrino's code on GitHub. Even better would be if I didn't have to leave the terminal and could stay in the flow of coding. It's possible with ctags
!
ctags is a tool which make it easy for you to shift rapidly through code.