Iordanis Petkakis
Iordanis Petkakis
Also, another minor nitpick unrelated to projects. In explorer, could we apply the same logic to `copy` action as the `move` action for selecting items? Currently a user has to...
Yes, I did some testing in my personal configuration with copying/moving files around and it seems to be working as expected. I've been trying to make a slight modification in...
I mean that I only want it to open for me to choose it and copy the files there, but after the copying operation is finished, I usually don't want...
Just select a file with ``, press `/` to focus input field and do a search for a directory and then `c` to copy it there. Here's also a screencast...
Wait. I'm pressing `` when I do the search. Does that change the `explorer_focus` to the copied directory? So, press `i`/`/` to focus input, do a search like `config` shown...
I think it's [this code here](https://github.com/folke/snacks.nvim/blob/00905642eb42a9aaa9ac2d55623882fd31815102/lua/snacks/picker/source/explorer.lua#L611-L617). Is there a reason for setting the `cwd` to the new `item.file`? Were you trying to solve some issue opened in the Snacks repo?
I just tried to comment out `state:set_cwd(item.file)` and see how it behaves and didn't like it. So, I think that the current behavior is desirable except maybe if there was...
Will do just that. No worries.
Just tried to test this again with all the latest changes that you made in snacks. One thing I noticed, is that the pickers invoked via actions start in normal...
Can confirm it's fixed.