this post was submitted on 12 Oct 2023
0 points (50.0% liked)

Emacs

305 readers
1 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

Hi folks,

Does anyone know if there is a plugin for Emacs that offers like a popup where you search recent files.

Right now I use counsel and it works in minibuffer below...but I saw a video where you could have that working like a mid-screen popup and search files.

you are viewing a single comment's thread
view the rest of the comments
[–] MitchellMarquez42@alien.top 1 points 11 months ago

vertico-posframe makes a pop-up in the middle of the screen for completion specifically. This is probably what you want.

There's also my package [hypop](https://github.com/mitchmarq42/hypop.el) which separates out the whole minibuffer and hides it when not in use. It has a few major drawbacks and only works on the hyprland desktop right now so probably don't use it.