mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-01 16:45:00 +02:00
evenly resize split windows (#698)
* evenly resize split windows * fixed indention
This commit is contained in:
parent
246afe05d0
commit
1940bd26a6
1 changed files with 4 additions and 0 deletions
|
@ -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 ='},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue