jethrokuan / fzf

Ef-🐟-ient fish keybindings for fzf
MIT License
861 stars 66 forks source link

Fix fzf tab completion preview on files starting with ~/ #105

Closed Brettm12345 closed 5 years ago

Brettm12345 commented 5 years ago

Fzf tab completion preveiw would fail to show when previewing files starting with ~ ex: ~/.config/nvim/init.vim. All that would appear is the name of the file in the preview window. This pull request replaces ~ with $HOME fixing the file preview.

jethrokuan commented 5 years ago

lgtm!