On 2011-11-25 22:42, Julian Dammann wrote: > > It's all about spatial locality. > Ever tried ":!your_terminal &" in vim? Maybe that's good enough for you if > bound to some key.
autocmd BufEnter * cd %:p:h for when you use multiple buffers in vim.
On 2011-11-25 22:42, Julian Dammann wrote: > > It's all about spatial locality. > Ever tried ":!your_terminal &" in vim? Maybe that's good enough for you if > bound to some key.
autocmd BufEnter * cd %:p:h for when you use multiple buffers in vim.