diff --git a/nvim/.config/nvim/plugins/telescope.vim b/nvim/.config/nvim/plugins/telescope.vim index cad5e8d..5c00bd6 100644 --- a/nvim/.config/nvim/plugins/telescope.vim +++ b/nvim/.config/nvim/plugins/telescope.vim @@ -1,4 +1,4 @@ nnoremap fb Telescope buffers -nnoremap ff Telescope find_files +nnoremap ff Telescope git_files nnoremap fg Telescope live_grep nnoremap fh Telescope help_tags