Skip to content

Instantly share code, notes, and snippets.

@gidgid
Created March 31, 2020 19:12
Show Gist options
  • Save gidgid/63b1d8bf98120f14d1fc4afb3267d3c8 to your computer and use it in GitHub Desktop.
Save gidgid/63b1d8bf98120f14d1fc4afb3267d3c8 to your computer and use it in GitHub Desktop.
Add preview to Ag with FZF.vim
command! -bang -nargs=* Ag call fzf#vim#ag(<q-args>, '--color-path "1;36"', fzf#vim#with_preview(), <bang>0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment