cweagans / dotfiles

My personal config files.
https://cweagans.net
14 stars 0 forks source link

Fix tab scoping in neovim #12

Closed cweagans closed 9 months ago

cweagans commented 9 months ago

Currently running https://github.com/tiagovla/scope.nvim, but something is changing the global working directory instead of the tab working dir. Might also be worth looking into https://github.com/backdround/tabscope.nvim.

I want tabs to essentially be completely separated from each other if possible - separate working dirs, windows, buffers, etc. with no overlap between each other.

cweagans commented 9 months ago

Turns out this was working - it was just that zoxide wasn't using the right cd command.