vim-g icon indicating copy to clipboard operation
vim-g copied to clipboard

Example mappings in README

Open thomasheller opened this issue 8 years ago • 0 comments

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?

thomasheller avatar Feb 05 '17 18:02 thomasheller