add vim explore remap

This commit is contained in:
Arjun Patel
2026-06-24 16:48:49 -07:00
parent 9e1837d08d
commit cfeeb9102c
+1
View File
@@ -38,6 +38,7 @@ set autoread
" Mappings " Mappings
nnoremap <silent> <leader>f :FZF<CR> nnoremap <silent> <leader>f :FZF<CR>
nnoremap <leader> <leader>e :Explore<CR>
" ripgrep as the grep engine " ripgrep as the grep engine
if executable('rg') if executable('rg')