evenly resize split windows (#698)

* evenly resize split windows

* fixed indention
This commit is contained in:
Robin Kautz 2021-07-05 18:02:05 +02:00 committed by GitHub
parent 246afe05d0
commit 1940bd26a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -288,4 +288,8 @@ require("lv-utils").define_augroups {
_buffer_bindings = {
{ "FileType", "floaterm", "nnoremap <silent> <buffer> q :q<CR>" },
},
_auto_resize = {
-- will cause split windows to be resized evenly if main window is resized
{'VimResized ', '*', 'wincmd ='},
},
}