Skip to content

Instantly share code, notes, and snippets.

@LinuxIsCool
Forked from fimkap/gist:565d97a6a57a7b9283c8663ae8c9eab1
Last active September 15, 2020 19:50
Show Gist options
  • Save LinuxIsCool/457658f5298e4186f23f3731324b68cb to your computer and use it in GitHub Desktop.
Save LinuxIsCool/457658f5298e4186f23f3731324b68cb to your computer and use it in GitHub Desktop.
NeoVim, FZF and termpix setup
# 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