Created
January 12, 2017 09:25
-
-
Save fimkap/565d97a6a57a7b9283c8663ae8c9eab1 to your computer and use it in GitHub Desktop.
NeoVim, FZF and termpix setup
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
install termpix from https://github.com/fimkap/termpix (currently alpha blending done with white background) | |
-- init.vim (along with usual FZF setup, change path to termpix) | |
let g:fzf_layout = { 'down': '~60%' } | |
let g:fzf_files_options = | |
\ '--preview "(~/dev/termpix/bin/termpix --width 50 --true-color {} || cat {}) 2> /dev/null "' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment