Skip to content

Instantly share code, notes, and snippets.

@kjelly
Created September 6, 2018 16:41
Show Gist options
  • Select an option

  • Save kjelly/9d9be859b9b4cfdcc2cb741cc33d3bf2 to your computer and use it in GitHub Desktop.

Select an option

Save kjelly/9d9be859b9b4cfdcc2cb741cc33d3bf2 to your computer and use it in GitHub Desktop.
vim sample for searching something in vim/neovim
nnoremap <leader>lc :terminal curl 'cht.sh/<c-r>=&filetype<cr>/'<left>
nnoremap <leader>ld :terminal ddgr <c-r>=&filetype<cr><space>
nnoremap <leader>lg :terminal w3m 'https://www.google.com/search?q=<c-r>=&filetype<cr> '<left>
nnoremap <leader>lh :terminal how2 -l <c-r>=&filetype<cr><space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment