-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
coreNvim core functionality or codeNvim core functionality or code
Milestone
Description
#6619 added API support for floating windows.
Next step is to add some "chrome" for this.
- ✅ #25561 Some have requested an easier way to close the top (or all) floating windows, without navigating-to the window to
:close
it. We could introduce the "f" prefix similar to "p" family of commands (:pclose
,:ptag
).:fclose
closes the highest z-index, and:[count]fclose
closes window atcount
z-index.:fclose!
closes all floats.
Or a#12050:float
modifier? Analogous to:vertical
,:tab
, etc.
Instead of introducing analogs for :pedit
, :ptag
, etc., there could be a global option that configures the "preview window" to be a floating window (with default position, dimensions, etc.).
bfredl, Sh3Rm4n, bew, epheien, h-michael and 38 moreroxma, adelarsq, balta2ar, mmihira, davidmh and 1 more
Metadata
Metadata
Assignees
Labels
coreNvim core functionality or codeNvim core functionality or code