Update .vimrc

This commit is contained in:
Devin Lumley 2021-04-26 11:11:45 -07:00 committed by GitHub
parent a409e1915e
commit 41e720d3ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.vimrc
View file

@ -118,6 +118,7 @@ command! -nargs=0 Prettier :CocCommand prettier.formatFile
" Ignores files in .gitignore but includes untracked files.
" Reference: https://github.com/junegunn/fzf.vim/issues/121#issuecomment-575922206
nnoremap <silent> <c-p> :GFiles --cached --others --exclude-standard<cr>
nnoremap <c-s-f> :Ag<space>
"END fzf
" Theme