Created
June 17, 2021 16:35
-
-
Save even4void/eba2f66d9442475c34a77ff5857d7a0d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
command! -range Gist call system('gist', getbufline('%', <line1>, <line2>)) | |
command! -bang -nargs=* History | |
\ call fzf#vim#history({'options': '--no-sort'}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testing whether it is possible to send a visual selection from Neovim. Apparently, it works fine!