Skip to content

Commit

Permalink
telescope extra picker mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Jul 15, 2022
1 parent 08993ad commit 00514e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@ EOF
nnoremap <C-P> <cmd>Telescope grep_string search=""<cr>
command -nargs=1 Rg :Telescope grep_string default_text="<args>"

" map other pickers
nnoremap <leader>gc <cmd>Telescope git_commits search=""<cr>
nnoremap <leader>gb <cmd>Telescope git_branches search=""<cr>
nnoremap <leader>bb <cmd>Telescope buffers search=""<cr>
"""""""""""""""""""""""""""""""""""""""""""""""
" => Indentation
Expand Down

0 comments on commit 00514e5

Please sign in to comment.