diff --git a/.vimrc b/.vimrc index 6c90015..8ede80f 100644 --- a/.vimrc +++ b/.vimrc @@ -169,7 +169,7 @@ command! -bang -nargs=* Find call fzf#vim#grep('rg --column --line-number --no-h " https://sidneyliebrand.io/blog/how-fzf-and-ripgrep-improved-my-workflow command! -bang -nargs=* Rg \ call fzf#vim#grep( - \ 'rg --column --line-number --hidden --smart-case --no-heading --color=always '.shellescape(), 1, + \ 'rg --column --line-number --smart-case --no-heading --color=always '.shellescape(), 1, \ 0 ? fzf#vim#with_preview({'options': '--delimiter : --nth 4..'}, 'up:60%') \ : fzf#vim#with_preview({'options': '--delimiter : --nth 4..'}, 'right:50%:hidden', '?'), \ 0)