Fixing a minor issue.

This commit is contained in:
Derek Taylor
2021-04-25 18:24:22 -05:00
parent fa5fc11530
commit 0b6a9882bc
8 changed files with 19 additions and 5 deletions

View File

@@ -195,6 +195,11 @@ map <Leader>tt :vnew term://fish<CR>
set mouse=nicr
set mouse=a
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Fix Sizing Bug With Alacritty Terminal
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
autocmd VimEnter * :silent exec "!kill -s SIGWINCH $PPID"
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Splits and Tabbed Files
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""