An open API service indexing awesome lists of open source software.

https://github.com/tyru/sync-term-cwd.vim

Sync your shell's working directory with Vim
https://github.com/tyru/sync-term-cwd.vim

Last synced: 12 months ago
JSON representation

Sync your shell's working directory with Vim

Awesome Lists containing this project

README

          

# sync-term-cwd.vim

Sync your shell's working directory with Vim.
When you run `cd` command in the shell in Vim's `:terminal`,
this plugin automatically sets the current working directory in Vim too.

# Setup

Add below to your `.bashrc` / `.zshrc`.

```
source (this repository)/macros/synctermcwd.sh
```

See vim help (`:help synctermcwd`) for more configuration.