Swap the mappings of :Files and :Gfiles
1 files changed, 2 insertions(+), 2 deletions(-) M startup/mappings.vim
M startup/mappings.vim => startup/mappings.vim +2 -2
@@ 79,9 79,9 @@ nnoremap ]t :tnext<CR> nnoremap [t :tprev<CR> " Mapping selecting mappings nnoremap gp :Files<cr> nnoremap gp :GFiles<cr> nnoremap g. :Tags<cr> nnoremap <leader>p :GFiles<cr> nnoremap <leader>p :Files<cr> nnoremap <leader>be :Buffers<cr> nnoremap <leader>fl :Lines<cr> nnoremap <leader>rg :Rg <C-R><C-W><cr>