Update 05.06.23

This commit is contained in:
2023-06-05 01:25:39 +02:00
parent 0698c60a3d
commit 111ea60970
5 changed files with 57 additions and 2 deletions
+1 -1
View File
@@ -523,7 +523,7 @@ nnoremap <C-G> :CocCommand fzf-preview.GitFiles<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> :Buffers<CR>
nnoremap <C-B> :CocCommand fzf-preview.Buffers<CR>
" Open Flake8 error
"nnoremap <C-E> :Errors<CR>