Skip to content

Instantly share code, notes, and snippets.

@even4void
Created June 17, 2021 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save even4void/eba2f66d9442475c34a77ff5857d7a0d to your computer and use it in GitHub Desktop.
Save even4void/eba2f66d9442475c34a77ff5857d7a0d to your computer and use it in GitHub Desktop.
command! -range Gist call system('gist', getbufline('%', <line1>, <line2>))
command! -bang -nargs=* History
\ call fzf#vim#history({'options': '--no-sort'})
@even4void
Copy link
Author

Testing whether it is possible to send a visual selection from Neovim. Apparently, it works fine!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment