Bundle 'derekwyatt/vim-fswitch'
 " seems to have problems right now... may be add later?
 "Bundle 'jalcine/cmake.vim' 
+Bundle 'powerman/vim-plugin-viewdoc'
 
 " rtp + xdg {{{1
 " remove entries first
 let g:tex_flavor='latex'
 let g:Tex_DefaultTargetFormat='pdf'
 
+" vim-viewdoc {{{2
+let g:no_viewdoc_maps = 1
+nnoremap K :call ViewDoc('doc', '<cword>')<cr>
+
 " functions {{{1
 " auto source vimrc when saved
 autocmd bufwritepost vimrc source $MYVIMRC