Skip to content

Instantly share code, notes, and snippets.

@tommcdo
Created December 30, 2013 17:23
Show Gist options
  • Save tommcdo/8185047 to your computer and use it in GitHub Desktop.
Save tommcdo/8185047 to your computer and use it in GitHub Desktop.
function! s:browser_from_model()
normal gg
call search('Model_DataSource_.', 'e')
normal ye
sp
execute "Ag \"'name' => '".tolower(@@)."'\" modules/browsers/classes"
execute "normal \<CR>"
ccl
endfunction
command! BrowserFromModel call <SID>browser_from_model()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment