P53 update

This commit is contained in:
2022-01-21 10:54:28 +01:00
parent fa5df046ea
commit 0f42995fd5
7 changed files with 38 additions and 15 deletions
+4 -2
View File
@@ -470,10 +470,12 @@ nnoremap <C-c> :vertical topleft Git <bar> vertical resize 50<CR>
" Search file name
"nnoremap <C-G> :Files<CR>
" Ignore ignored files => all files
nnoremap <C-G> :CocCommand fzf-preview.DirectoryFiles --no-ignore-vcs<CR>
"nnoremap <C-G> :CocCommand fzf-preview.DirectoryFiles --no-ignore-vcs<CR>
nnoremap <C-G> :CocCommand fzf-preview.ProjectFiles<CR>
" Search git file name
"nnoremap <C-X> :GFiles<CR>
nnoremap <C-X> :CocCommand fzf-preview.DirectoryFiles<CR>
"nnoremap <C-X> :CocCommand fzf-preview.DirectoryFiles<CR>
nnoremap <C-X> :CocCommand fzf-preview.GitFiles<CR>
" Search buffers
"nnoremap <C-B> :Buffers<CR>
nnoremap <C-B> :CocCommand fzf-preview.Buffers<CR>