Bram Moolenar the author of my favorite editor (vim
wrote a nice
article about how to effective edit text files and code.
There are some very useful tips like to use gd to jump from the use of a variable to its local declaration.
Off course some of them are well known.