" Gsub - Project wide find and replace Plug '~/code/vim/gsub' " Mappings to search for the <cword> or visual highlight, and run Gsearch nmap K *:Gsearch<cr> vmap K *:Gsearch<cr> autocmd FileType gsub nnoremap <buffer> <cr><cr> :Gsub<cr> " vim:ft=vim