Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open vim-plug window in a new tab #1274

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Open vim-plug window in a new tab #1274

merged 1 commit into from
Mar 6, 2024

Conversation

junegunn
Copy link
Owner

@junegunn junegunn commented Mar 6, 2024

  • Open vim-plug window in a new tab not to disrupt the current window layout
  • Open preview window on the right to better show the diff

If you prefer the old layout, use the following configuration:

let g:plug_window = 'vertical topleft new'
let g:plug_pwindow = 'above 12new'

* Open vim-plug window in a new tab not to disrupt the current window layout
* Open preview window on the right to better show the diff

If you prefer the old layout, use the following configuration:

    let g:plug_window = 'vertical topleft new'
    let g:plug_pwindow = 'above 12new'
@junegunn junegunn self-assigned this Mar 6, 2024
@junegunn junegunn merged commit 854b081 into master Mar 6, 2024
2 checks passed
@junegunn junegunn deleted the devel branch March 6, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant