feat(prog/nvim): resize when focus win
This commit is contained in:
parent
350576cc39
commit
c0232c9c6a
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ nnoremap <leader>sv :source $MYVIMRC<cr>
|
|||
cabbrev bsp belowright split
|
||||
cabbrev rvsp belowright vsplit
|
||||
|
||||
aug focus
|
||||
au!
|
||||
au WinEnter * vertical resize 100
|
||||
aug END
|
||||
|
||||
" Markdown file settings {{{
|
||||
aug filetype_md
|
||||
au!
|
||||
|
|
Loading…
Reference in a new issue