Skip to content

Commit

Permalink
update Leaderf setting
Browse files Browse the repository at this point in the history
Only search file content and not file name when using Leaderf rg
  • Loading branch information
jdhao committed Nov 5, 2024
1 parent d715ce8 commit 5426c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viml_conf/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ let g:Lf_WorkingDirectoryMode = 'a'
nnoremap <silent> <leader>ff :<C-U>Leaderf file --popup<CR>
" Grep project files in popup window
nnoremap <silent> <leader>fg :<C-U>Leaderf rg --no-messages --popup<CR>
nnoremap <silent> <leader>fg :<C-U>Leaderf rg --no-messages --popup --nameOnly<CR>
" Search vim help files
nnoremap <silent> <leader>fh :<C-U>Leaderf help --popup<CR>
Expand Down

0 comments on commit 5426c88

Please sign in to comment.