-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Bug Report / Feature Request
Summary:
When using telescope-file-browser.nvim
, the directory does not persist between sessions. For example, if I open Neovim in $HOME
and navigate to ~/Downloads
, the next time I open the file browser, it defaults back to $HOME
instead of the previously navigated directory (~/Downloads
).
Steps to Reproduce:
- Open Neovim in the
$HOME
directory. - Use
telescope-file-browser.nvim
to navigate to~/Downloads
. - Close the file browser.
- Reopen the file browser.
Expected Behavior:
The file browser should open in the last navigated directory (~/Downloads
) instead of the initial directory ($HOME
).
Actual Behavior:
The file browser reopens in the initial directory ($HOME
) instead of the last navigated directory (~/Downloads
).
I'm using the default settings provided in the README, I'm sorry if this option is already provided and I just coulnd't find it out
Fidelxyz
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request