Can I get gvim to automatically change the (local) working directory to the current file directory when I change tabs. Or at the very least is there a shortcut command for doing that?
|
feedback
|
|
Yes, put
in your vimrc. | |||||
feedback
|
|
I htink you looking for autochdir. It should be a builtin command in your vim. To have the current working dir always be what ever buffer you're in, add
This question has also appeared on Stack Overflow | |||
|
feedback
|