Update .vimrc
This commit is contained in:
parent
a409e1915e
commit
41e720d3ca
1 changed files with 1 additions and 0 deletions
1
.vimrc
1
.vimrc
|
@ -118,6 +118,7 @@ command! -nargs=0 Prettier :CocCommand prettier.formatFile
|
||||||
" Ignores files in .gitignore but includes untracked files.
|
" Ignores files in .gitignore but includes untracked files.
|
||||||
" Reference: https://github.com/junegunn/fzf.vim/issues/121#issuecomment-575922206
|
" Reference: https://github.com/junegunn/fzf.vim/issues/121#issuecomment-575922206
|
||||||
nnoremap <silent> <c-p> :GFiles --cached --others --exclude-standard<cr>
|
nnoremap <silent> <c-p> :GFiles --cached --others --exclude-standard<cr>
|
||||||
|
nnoremap <c-s-f> :Ag<space>
|
||||||
"END fzf
|
"END fzf
|
||||||
|
|
||||||
" Theme
|
" Theme
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue