Keymapping for telescopy fuzzy find

This commit is contained in:
Oliver Hartmann 2022-01-18 15:59:18 +01:00 committed by Oliver Hartmann
parent 25a5283cd6
commit cfff367b83

View File

@ -77,5 +77,7 @@ utils.map('n', '<C-S-p>', '<cmd>Telescope commands<cr>')
utils.map('n', '<leader>b', '<cmd>Telescope buffers<cr>')
utils.map('n', '<leader>q', '<cmd>Telescope quickfix<cr>')
utils.map('n', '<leader>l', '<cmd>Telescope live_grep<cr>')
utils.map('n', '<c-s-f>', '<cmd>Telescope live_grep<cr>')
utils.map('n', '<C-y>', '<cmd>Telescope neoclip<cr>')
utils.map('n', '<leader>j', '<cmd>Telescope jumplist<cr>')
utils.map('n', '<c-f>', '<cmd>Telescope current_buffer_fuzzy_find<cr>')