Archive for January 2010
Code walking….
I’ve been working on someone elses code that calls external programs one after another… I found this great tip in VIM that allows you to open the file thats under the cursor
gf open in the same window (“goto file”)
and to return
CTRL-o (that’s Ohhh)
Full Details: http://vim.wikia.com/wiki/Open_file_under_cursor






