mikavilpas / yazi.nvim

A Neovim Plugin for the yazi terminal file manager
MIT License
465 stars 16 forks source link

feat: allow `tab` usage when only one file/split is open #447

Closed mikavilpas closed 3 weeks ago

mikavilpas commented 3 weeks ago

The tab key moves yazi to the directory of the split that's open in the background. This can be useful when you have opened yazi and navigated to another directory (and have gotten lost, and want to return back).

Currently the tab key is disabled when there is only one file open behind the yazi floating window. Could enable it and make it return to the file that was used to open yazi. This way the user could get back to where they started without closing yazi.