Hi, On Fri, Apr 5, 2019 at 9:32 AM chdiza <[email protected]> wrote: > > I don't see why this is necessary. Some Vimscript and :lcd'ing should handle > all of this. >
When you have more than one tab page with multiple windows in each, changing the global directory using ":cd" will change the directories of all the windows across the tab pages unless you have specified a window local directory using :lcd in each of the windows. The ":tcd" command allows you to use a separate working directory for each of the tab pages which are dedicated to a separate workflow. I am listing some of the links I found where this feature is discussed: https://hiphish.github.io/blog/2016/04/22/neovim-tcd/ https://dmerej.info/blog/post/vim-cwd-and-neovim/ https://www.reddit.com/r/vim/comments/4q2wmi/keep_working_directory_per_tab/ http://vim.1045645.n5.nabble.com/Different-working-directories-in-different-tabs-td4441751.html - Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
