Skip to content

File browser last directory #389

@domi413

Description

@domi413

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:

  1. Open Neovim in the $HOME directory.
  2. Use telescope-file-browser.nvim to navigate to ~/Downloads.
  3. Close the file browser.
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions