Changed vim keymapping for fuzzy-finder

Changed mapping to <leader>-f  (for Files!)
This commit is contained in:
2024-02-07 14:44:43 -05:00
parent 7cb53d6f0c
commit 3c06504075

4
.vimrc
View File

@@ -167,8 +167,8 @@ nnoremap <F5> <C-R>:checktime <CR>
" ---------------------------------------------------------------------------------------------------------------------
" ==> Keymaps: With ripgrep and FZF
" <leader> p to open files
map <Leader>p :Files<CR>
" <leader> f to open files
map <Leader>f :Files<CR>
" search buffers
nmap ; :Buffers<CR>