Skip to content

Instantly share code, notes, and snippets.

@tenfyzhong
Created July 28, 2017 03:28
Show Gist options
  • Save tenfyzhong/352983d4de9d50640c668961b43ba4d8 to your computer and use it in GitHub Desktop.
Save tenfyzhong/352983d4de9d50640c668961b43ba4d8 to your computer and use it in GitHub Desktop.
fzf history search block
set rtp+=/usr/local/opt/fzf
set rtp+=~/.vim/bundle/fzf.vim
set rtp+=~/.vim/bundle/incsearch.vim
let g:fzf_command_prefix = 'FZF'
map / <Plug>(incsearch-forward)
map ? <Plug>(incsearch-backward)
map g/ <Plug>(incsearch-stay)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment