You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2023. It is now read-only.
When trying to run vim in diff mode, the diff files open as tabs and not in a split pane as expected.
Reproduce:
Open a file and allow workspace to be created
Close vim
Open in diff mode: vim -d a.txt b.txt
Note two tabs are added to the existing session/workspace.
Workaround:
Before using vim diff, delete Session.vim
Open in diff mode and compare files as expected
Is it possible to disable workspaces when vim is opened in diff mode? Don't restore a session or create a session from diff mode? Other option would be to open the files as expected in their own tab and add the to the workspace session.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Related to xolox/vim-session#171:
When trying to run vim in diff mode, the diff files open as tabs and not in a split pane as expected.
Reproduce:
vim -d a.txt b.txt
Workaround:
Is it possible to disable workspaces when vim is opened in diff mode? Don't restore a session or create a session from diff mode? Other option would be to open the files as expected in their own tab and add the to the workspace session.
The text was updated successfully, but these errors were encountered: