"nnoremap gd :execute 'Unite -auto-preview -start-insert -no-split gtags/def:'.expand('') "nnoremap gc :execute 'Unite -auto-preview -start-insert -no-split gtags/context' " nnoremap gr :execute 'Unite -auto-preview -start-insert -no-split gtags/ref' " nnoremap gg :execute 'Unite -auto-preview -start-insert -no-split gtags/grep' "nnoremap gp :execute 'Unite -auto-preview -start-insert -no-split gtags/completion' " vnoremap gd :execute 'Unite -auto-preview -start-insert -no-split gtags/def:'.GetVisualSelection() " let g:unite_source_gtags_project_config = get(g:, 'unite_source_gtags_project_config', { " \ '_': { 'treelize': 0 } " \ }) " vim:set et sw=2: