Add C-X to search into gitfiles, add hidden files to :Files and :GFiles

This commit is contained in:
2020-07-01 17:45:19 +02:00
parent f4c2af0f30
commit 4c4f674720
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -318,6 +318,8 @@ nnoremap <C-F> :Ag<CR>
nnoremap <C-c> :15Gstatus<CR>
" Search file name
nnoremap <C-G> :Files<CR>
" Search git file name
nnoremap <C-X> :GFiles<CR>
" Search buffers
nnoremap <C-B> :Buffers<CR>
" Open Flake8 error
@@ -350,4 +352,4 @@ nnoremap <c-right> :bnext<CR>
nnoremap <Return> o<ESC>
nnoremap <BS> O<ESC>
nnoremap <C-X> %!xxd<CR>
" nnoremap <C-X> %!xxd<CR>