tpope / vim-vinegar

vinegar.vim: Combine with netrw to create a delicious salad dressing
https://www.vim.org/scripts/script.php?script_id=5671
2.23k stars 87 forks source link

I love vim-vinegar. Is it possible to use it to navigate the file system, and exit to a bash shell in the same location? #123

Closed teddyknox closed 3 years ago

teddyknox commented 3 years ago

I tried set autochdir and had no luck.

teddyknox commented 3 years ago

Also seeing this https://vi.stackexchange.com/questions/5475/use-netrw-to-change-my-bash-working-directory

tpope commented 3 years ago

Vim is running inside bash. Nothing you do inside it can affect bash's working directory.