This commit is contained in:
Marco Thomas
2023-06-01 08:19:11 +02:00
parent 3d0d95a4bb
commit 1e9785e8e2
6 changed files with 15 additions and 9 deletions

View File

@@ -115,7 +115,7 @@ command! -bang -nargs=* GGrep
\ 'git grep --line-number -- '.shellescape(<q-args>), 0,
\ fzf#vim#with_preview(), <bang>0)
map <C-p> :Files<CR>
map <C-p> :GFiles<CR>
map <C-f> :GGrep
fun! TrimWhitespace()