Skip to content

Instantly share code, notes, and snippets.

@gaving
Created December 4, 2009 09:35
Show Gist options
  • Save gaving/248931 to your computer and use it in GitHub Desktop.
Save gaving/248931 to your computer and use it in GitHub Desktop.
map <A-]> :vsp <CR>:exec("tag ".expand("<cword>"))<CR>
let g:dbext_default_DBI_orientation = 'vertical'
let g:dbext_default_window_use_horiz = 0
let g:dbext_default_window_width=80
let g:fuf_file_exclude = '\v\~$|CVS|\.(o|exe|bak|swp)$|(^|[/\\])\.(hg|git|bzr)($|[/\\])'
nmap s ysw
nmap S ysW
command! FixPageShortTag %s/<?=$PAGE?>/<?php echo $PAGE; ?>/g
command! UnmangleFile normal ggVG=<Leader>dtw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment