You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In neovim, plugins like telescope.nvim, their popups have normal mode for cursor move and insert mode for search
In zed, popups like TabSwicther do not have search function, but popups like BufferSymbols, FileFinder do have
Can we do the same thing in zed?
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered:
Check for existing issues
Describe the feature
In neovim, plugins like telescope.nvim, their popups have normal mode for cursor move and insert mode for search
![zed FileFinder](https://private-user-images.githubusercontent.com/62787567/331761596-19fb4d61-da59-4c85-8f49-fca65e9f2818.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0ODcyNjAsIm5iZiI6MTczOTQ4Njk2MCwicGF0aCI6Ii82Mjc4NzU2Ny8zMzE3NjE1OTYtMTlmYjRkNjEtZGE1OS00Yzg1LThmNDktZmNhNjVlOWYyODE4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDIyNDkyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA3YWU5M2NiZDM4YTlhMDJjODdkNzBmZWQ3NzQ5MWMzZDkzMzBlYThmNThlMGNiYzg1N2NkOGZlMTk3ZWVkMTgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4_qGfWs4c-aqZtJ-kx4ClEfEQdoRpfKflYv1Wpesy1U)
![zed TabSwitcher](https://private-user-images.githubusercontent.com/62787567/331761739-e6eeaead-59d9-41b3-ad42-ebe2f7fb67f1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0ODcyNjAsIm5iZiI6MTczOTQ4Njk2MCwicGF0aCI6Ii82Mjc4NzU2Ny8zMzE3NjE3MzktZTZlZWFlYWQtNTlkOS00MWIzLWFkNDItZWJlMmY3ZmI2N2YxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDIyNDkyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI5NDUxYjk4YjQ5NmU3YzZmOTYwYWMzYzI0NTM2MDg2ZDE4ZDkyOTZkNmQwMzI2NDJmZjQzNDQ2MzQ4MzU4MzUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.vzJzMTQe7wc1KWfT7cI_2V2mU2Yru7o77aXd3bdDrt8)
In zed, popups like TabSwicther do not have search function, but popups like BufferSymbols, FileFinder do have
Can we do the same thing in zed?
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: