" FZF nn :FZF nn p :FZF nn b :Buffers nn h :History let g:fzf_action = { \ 'ctrl-t': 'tab split', \ 'ctrl-s': 'split', \ 'ctrl-v': 'vsplit' \} " Insert path completion " ino fzf#vim#complete#path('ag -l -g *.md') " ino (fzf-complete-file-ag) ino fzf#vim#complete#path("ag -l -g '' \| sed -e 's/\.md$//'") " Use `the_silver_searcher` to find results (for selection if selection) nn f :Ag vm f :Ag "