space + a for fuzzy sherch in file

This commit is contained in:
pateball 2025-04-07 23:08:58 +02:00
parent 0ababe2a8c
commit 525d8b1618
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ require('lazy').setup({
vim.keymap.set('n', '<leader><leader>', builtin.buffers, { desc = '[ ] Find existing buffers' })
vim.keymap.set('n', '<leader>se', '<cmd>:Explore<CR>', { desc = '[S]earch [E]xplorer' })
-- Slightly advanced example of overriding default behavior and theme
vim.keymap.set('n', '<leader>/', function()
vim.keymap.set('n', '<leader>a', function()
-- You can pass additional configuration to Telescope to change the theme, layout, etc.
builtin.current_buffer_fuzzy_find(require('telescope.themes').get_dropdown {
winblend = 10,