Benjamin Leopold
Benjamin Leopold
Great to have other bufs saved! Have you tested this with multiple tabs and multiple terminal/url windows, etc?
Other things to check on are any details e.g. ssh sessions, current pwd's of the terminals, etc.... If any ol' terminal session is all that's needed e.g. for pane layouts,...
Hmmm... I just tried to use your latest modified workspaces setup and it reloads the workspace with file buffers named after the terminal sessions. It names them as I loaded...
Interesting idea of a technique to do this. I'm 💯% with you on the idea of optionally *not* storing the workspaces in the git/etc `RootMarker` directories. However, there also needs...
Hi @joselevelsup Will you please run [n]vim in 'verbose' mode so we can cehck what's happening in the background? `vim -Vverbose-cs-workspace-vim.log` and/or `nvim -Vverbose-cs-workspace-nvim.log`
Eww, that's yucky vim output. Will you please send your [.]cs_workspaces file also? Plus, where is the project root for this workspace? Are you saving/loading the project within a [git|svn|etc]...
Ok, let's take the next step on troubleshooting this. Let's minimize your `nvim/init.vim` config to just this: ```VimL filetype plugin on call plug#begin('~/.config/nvim/plugged') Plug 'vim-ctrlspace/vim-ctrlspace' call plug#end() set hidden ```...
As this is something that is user-specific (e.g. *I* wouldn't want it), then at best it could be set up as a config option.
By this do you mean that opening a buffer list and having the previous buffer selected by default is an easier way to switch between them than using `` to...
Nope, not sarcasm, just personal usage differences. Super sorry it seemed sarcastic! I personally disagree that the previous buffer being the default selected is useless, as it doesn't fit into...