Thanks for this plugin. I recently switched from nerdtree, it is so much faster.
Here is the issue. If I open a file via Fern explorer or Telescope search, then I can trigger Fern . -reveal=% -drawer -toggle to reveal current file. However, if the buffer is opened via diffview, then reveal won't work, it will always open the root directory and focus the root folder.
Steps to open a buffer via diffview:
- Setup up the plugin:
use "sindrets/diffview.nvim"
- Open a git project and edit something
- Run
:DiffviewOpen master to diff against master branch
- Press
gf to go to selected file for editing
- In current buffer try to trigger Fern command to reveal it in directory
Thanks for this plugin. I recently switched from nerdtree, it is so much faster.
Here is the issue. If I open a file via Fern explorer or Telescope search, then I can trigger
Fern . -reveal=% -drawer -toggleto reveal current file. However, if the buffer is opened via diffview, then reveal won't work, it will always open the root directory and focus the root folder.Steps to open a buffer via diffview:
use "sindrets/diffview.nvim":DiffviewOpen masterto diff against master branchgfto go to selected file for editing