DavidRagone / dotfiles

MIT License
0 stars 0 forks source link

Learn from Gabe #9

Open DavidRagone opened 7 years ago

DavidRagone commented 7 years ago

http://howivim.com/2016/gabriel-berke-williams/

Example:

I learned that there’s an autocommand for when Vim is resized. It’s really helpful because it gets triggered whenever I open a tmux split next to Vim. I use it to resize all of the Vim splits when Vim is resized:

autocmd VimResized * wincmd =

DavidRagone commented 7 years ago

https://github.com/gabebw/dotfiles