canola.nvim/lua/oil
Lucas Eras Paiva 132b4ea074
fix: close preview window when leaving oil buffer (#296)
* fix: close preview window when leaving oil buffer

* refactor: try different approach for closing the preview window

* fix: use util.is_oil_bufnr

---------

Co-authored-by: Steven Arcangeli <stevearc@stevearc.com>
2024-02-22 22:11:32 -08:00
..
adapters feat: add border config for SSH and keymaps help window (#299) 2024-02-19 20:00:49 -08:00
lsp fix(lsp_rename): handle absolute path glob filters (#279) 2024-01-16 05:55:11 +00:00
mutator feat: experimental option to watch directory for changes (#292) 2024-02-19 23:27:27 -08:00
actions.lua fix: actions.open_external uses explorer.exe in WSL (#273) 2024-02-20 17:30:56 -08:00
cache.lua feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
columns.lua feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
config.lua feat: experimental option to watch directory for changes (#292) 2024-02-19 23:27:27 -08:00
constants.lua refactor: small perf win by eliminating string object keys 2023-06-25 22:44:44 -07:00
fs.lua feat(trash): support for deleting to windows recycle bin (#243) 2024-01-02 22:05:01 -08:00
init.lua fix: close preview window when leaving oil buffer (#296) 2024-02-22 22:11:32 -08:00
keymap_util.lua feat: add border config for SSH and keymaps help window (#299) 2024-02-19 20:00:49 -08:00
layout.lua refactor: clean up duplicate helper method 2023-03-29 18:42:48 -07:00
loading.lua fix: type annotations and type errors 2023-08-12 20:32:52 -07:00
pathutil.lua fix: can view drives on Windows 2023-11-05 07:27:28 -08:00
shell.lua feat: builtin support for editing files over ssh (#27) 2023-01-18 10:25:22 -08:00
util.lua feat: do not close preview when switching dirs (#277) 2024-01-21 20:32:02 -08:00
view.lua feat: experimental option to watch directory for changes (#292) 2024-02-19 23:27:27 -08:00