switched to telescope for live grep
This commit is contained in:
parent
cbe9a69343
commit
7efa3a920f
3 changed files with 2 additions and 5 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
* `<Leader>{tilde}` Open file browser
|
||||
* `<Leader>ff` Fuzzy find files in git project
|
||||
* `<Leader>gg` Grep searches in git project
|
||||
* `<Leader>fg` Grep searches in git project
|
||||
|
||||
### Registers
|
||||
|
||||
|
|
|
@ -18,10 +18,9 @@ nnoremap <S-Tab> :bprev<CR>
|
|||
nmap <Leader><Leader> <c-^>
|
||||
|
||||
" - Plugin Key Bindings -
|
||||
"" grepper
|
||||
nnoremap <leader>gg <cmd>Grepper<cr>
|
||||
" Find files using Telescope command-line sugar.
|
||||
nnoremap <leader>ff <cmd>Telescope git_files<cr>
|
||||
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
|
||||
nnoremap <leader>fr <cmd>Telescope registers<cr>
|
||||
nnoremap <leader>fb <cmd>Telescope buffers<cr>
|
||||
nnoremap <leader>fgb <cmd>Telescope git_branches<cr>
|
||||
|
|
|
@ -35,9 +35,7 @@ call plug#begin('~/.config/nvim/autoload/plugged')
|
|||
|
||||
Plug 'nvim-lua/popup.nvim'
|
||||
Plug 'nvim-lua/plenary.nvim'
|
||||
Plug 'mhinz/vim-grepper', { 'on': ['Grepper', '<plug>(GrepperOperator)'] }
|
||||
Plug 'nvim-telescope/telescope.nvim'
|
||||
Plug 'BurntSushi/ripgrep'
|
||||
|
||||
Plug 'lewis6991/gitsigns.nvim'
|
||||
Plug 'junegunn/vim-peekaboo'
|
||||
|
|
Loading…
Add table
Reference in a new issue