Auto close explorer on open file
This commit is contained in:
parent
717ce3ae70
commit
667af8ffb6
1
init.lua
1
init.lua
|
|
@ -397,6 +397,7 @@ require("which-key").add ({
|
||||||
{ "<leader><C-f>", function() Snacks.picker.explorer({
|
{ "<leader><C-f>", function() Snacks.picker.explorer({
|
||||||
layout = "ivy",
|
layout = "ivy",
|
||||||
focus = "input",
|
focus = "input",
|
||||||
|
auto_close = true,
|
||||||
win = {
|
win = {
|
||||||
input = {
|
input = {
|
||||||
keys = {
|
keys = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue