From 8ee0514dea95cc943aae01c64b9f6d767d745add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Sun, 19 Oct 2025 10:33:10 +0200 Subject: [PATCH] FZF plugin: use GFiles command. --- init.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.vim b/init.vim index 95cad8d..d3b38a7 100644 --- a/init.vim +++ b/init.vim @@ -139,5 +139,5 @@ let g:licenses_authors_name = 'Nicolás Ortega Froysa ' let g:licenses_default_command = [ 'Affero' ] " FZF -nnoremap f :FZF -nnoremap F :tabnew:FZF +nnoremap f :GFiles +nnoremap F :tabnew:GFiles