nvim: bind more telescope
This commit is contained in:
parent
3a9427638b
commit
6775fb95e8
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ local M = {
|
|||
{ '<Space>ff', [[<Cmd>Telescope find_files<CR>]], desc = 'Search file' },
|
||||
{ '<Space>fg', [[<Cmd>Telescope live_grep<CR>]], desc = 'Grep through files' },
|
||||
{ '<Space>T', [[<Cmd>Telescope<CR>]], desc = 'Telescope' },
|
||||
{ '<Space>Tg', [[<Cmd>Telescope grep_string<CR>]], desc = 'Telescope grep string' },
|
||||
{ '<Space>Td', [[<Cmd>Telescope diagnostics<CR>]], desc = 'Telescope workspace diagnostics' },
|
||||
{ '<Space>Tj', [[<Cmd>Telescope jumplist<CR>]], desc = 'Telescope jumplist' },
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue