is0n / fm-nvim

🗂 Neovim plugin that lets you use your favorite terminal file managers (and fuzzy finders) from within Neovim.
GNU General Public License v3.0
272 stars 18 forks source link

[Feature] Change current directory #23

Closed Bekaboo closed 2 years ago

Bekaboo commented 2 years ago

Is it possible to change current directory using this plugin? It would be much more convenient using file managers to do this intead of using :cd command.

is0n commented 2 years ago

18 discusses how to change your cwd with Xplr and #4 discusses how to change your cwd with Ranger.

Although #18 is specifically for Xplr, #4 can be slightly modified to work with a variety of file managers (I've tested it out with Joshuto and Lf).

If neither methods fit your needs, could you describe what you have in mind?

Bekaboo commented 2 years ago

Thanks a lot! That is exactly what I want. Thanks for your great work on this plugin, which make nvim's terminal much more powerful and convenient to integrate other terminal tools with nvim.