fix: get_cursor isnt that useful
This commit is contained in:
parent
e25019cf27
commit
5a4717ced6
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ function KEYBINDS:set_telescope_keys(opts)
|
|||
vim.keymap.set('n', '<C-,>', wrap(telescope.live_grep, {layout_strategy = 'vertical'}), opts)
|
||||
vim.keymap.set('n', '<M-,>', wrap(telescope.live_grep, {layout_strategy = 'vertical'}), opts) -- fallback for windows
|
||||
|
||||
vim.keymap.set('n', '<M-]>', wrap(telescope.lsp_references, theme.get_cursor()), opts)
|
||||
vim.keymap.set('n', '<M-]>', wrap(telescope.lsp_references, theme.get_dropdown()), opts)
|
||||
|
||||
vim.keymap.set('n', '<M-[>', wrap(telescope.jumplist, theme.get_dropdown()), opts)
|
||||
vim.keymap.set('n', '<C-;>', telescope.git_bcommits, opts)
|
||||
|
|
Loading…
Reference in a new issue