canola.nvim/lua
Barrett Ruth f6bcdda988
feat(actions): add close_float to close only floating oil windows
Problem: users who bind <Esc> to close oil in floating windows also
accidentally close oil in split or fullscreen windows. There is no
action that closes only a floating oil window and is a no-op otherwise.

Solution: add a close_float action that checks vim.w.is_oil_win (the
same window-local variable oil.close already uses to identify its own
floating windows) before delegating to oil.close.

Resolves: stevearc/oil.nvim#645
2026-02-20 20:26:08 -05:00
..
oil feat(actions): add close_float to close only floating oil windows 2026-02-20 20:26:08 -05:00
resession/extensions cleanup: don't need empty methods in resession extension 2023-09-17 10:10:42 -07:00