nvim: Discard GGrep
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
f57a5fffc0
commit
47106487ac
1 changed files with 0 additions and 6 deletions
|
@ -213,7 +213,6 @@ nnoremap <Leader>fo :Locate<SPACE>
|
||||||
nnoremap <Leader>fk :Maps<CR>
|
nnoremap <Leader>fk :Maps<CR>
|
||||||
nnoremap <Leader>f/ :Rg<CR>
|
nnoremap <Leader>f/ :Rg<CR>
|
||||||
nnoremap <Leader>fs :exe ':Rg ' . expand('<cword>')<CR>
|
nnoremap <Leader>fs :exe ':Rg ' . expand('<cword>')<CR>
|
||||||
nnoremap <Leader>fg :GGrep<SPACE>
|
|
||||||
imap <C-x><C-w> <Plug>(fzf-complete-word)
|
imap <C-x><C-w> <Plug>(fzf-complete-word)
|
||||||
imap <C-x><C-p> <Plug>(fzf-complete-path)
|
imap <C-x><C-p> <Plug>(fzf-complete-path)
|
||||||
imap <C-x><C-f> <Plug>(fzf-complete-file)
|
imap <C-x><C-f> <Plug>(fzf-complete-file)
|
||||||
|
@ -387,11 +386,6 @@ xmap ga <Plug>(EasyAlign)
|
||||||
" Start interactive EasyAlign for a motion/text object (e.g. gaip)
|
" Start interactive EasyAlign for a motion/text object (e.g. gaip)
|
||||||
nmap ga <Plug>(EasyAlign)
|
nmap ga <Plug>(EasyAlign)
|
||||||
|
|
||||||
command! -bang -nargs=* GGrep
|
|
||||||
\ call fzf#vim#grep(
|
|
||||||
\ 'git grep --line-number '.shellescape(<q-args>), 0,
|
|
||||||
\ fzf#vim#with_preview({'dir': systemlist('git rev-parse --show-toplevel')[0]}), <bang>0)
|
|
||||||
|
|
||||||
" --------------------------- Autocmd groups ---------------------------------
|
" --------------------------- Autocmd groups ---------------------------------
|
||||||
augroup rainbow_lisp
|
augroup rainbow_lisp
|
||||||
autocmd!
|
autocmd!
|
||||||
|
|
Loading…
Reference in a new issue