You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When moving up one level, I'd expect cursor to be positioned on the folder I have just exited.
Currently it tends to jump towards the beginning of the file listing.
The text was updated successfully, but these errors were encountered:
looks like current engine cannot support such use case. ~ _ ~!
For now the cd and upper keys are Interactions, and engine is running follow below steps when you press cd or upper keys:
running the lua script with the nvim -l xxx.lua shell command, which is binding to the fzf binary when launch the FzfxFileExplorer popup window.
inside the xxx.lua lua script, send request to the nvim editor (e.g. the parent process of the xxx.lua), to ask nvim editor to do the interactions, e.g. the cd and upper lua function hooks.
refresh provider/previewer, e.g. refresh the searching results and preview new results.
When moving up one level, I'd expect cursor to be positioned on the folder I have just exited.
Currently it tends to jump towards the beginning of the file listing.
The text was updated successfully, but these errors were encountered: