vim-g
vim-g copied to clipboard
Example mappings in README
Thanks @szw, vim-g is super useful!
I would suggest adding some handy example mappings to the README, like so:
" Google for current visual selection:
vmap <leader>G :Google<cr>
" Google for word under cursor:
nmap <leader>G viw:Google<cr>
What do you think?