Skip to content

Commit

Permalink
make note of preview window
Browse files Browse the repository at this point in the history
  • Loading branch information
atweiden committed Aug 29, 2020
1 parent f268caa commit fa3b4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vim/config/plugins/fzf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ endfunction
" global line completion using rg (not just open buffers)
inoremap <expr> <C-X><C-L> <SID>FzfLineCompletion()
" |:Rg| properly with hidden files and global ignore config
" |:Rg| hidden files with global ignore config and preview window
command! -bang -nargs=* Rg call fzf#vim#grep(join([
\ 'rg',
\ '--column',
Expand Down

0 comments on commit fa3b4d8

Please sign in to comment.