Forked from fimkap/gist:565d97a6a57a7b9283c8663ae8c9eab1
Last active
September 15, 2020 19:50
-
-
Save LinuxIsCool/457658f5298e4186f23f3731324b68cb to your computer and use it in GitHub Desktop.
NeoVim, FZF and termpix setup
This file contains 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/mmacedoeu/termpix | |
# in init.vim, 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