Skip to content

Split panes incorrectly restored when using neovide #270

Answered by humblehacker
humblehacker asked this question in Q&A
Discussion options

You must be logged in to vote

Found it!

vim.cmd [[
  augroup AutoAdjustResize
    autocmd!
    autocmd VimResized * execute "normal! \<C-w>="
  augroup end
]]

Looks like it's doing automatically what I've been doing manually for a while now - typing ⌃w= when neovide starts. Found an explanation here: https://www.reddit.com/r/neovim/comments/mv7cnz/comment/gvai9fp/

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@humblehacker
Comment options

@humblehacker
Comment options

@humblehacker
Comment options

Answer selected by humblehacker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants