ctrl f search

This commit is contained in:
ranger-ross 2024-05-06 15:14:42 +09:00
parent 565db8a86b
commit f82b687219
No known key found for this signature in database
GPG Key ID: A7D198C212395322
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ require('lazy').setup({
vim.keymap.set('n', '<leader><leader>', builtin.buffers, { desc = '[ ] Find existing buffers' })
-- Slightly advanced example of overriding default behavior and theme
vim.keymap.set('n', '<leader>/', function()
vim.keymap.set('n', '<C-f>', 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,