diff options
| -rw-r--r-- | dotfiles/vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 34d7edc..18ce6b0 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -67,3 +67,6 @@ set nospell " ctrl-w h (to return to the netrw listing) " P (edit newly selected file in the previous window) let g:netrw_liststyle=3 + +set ea +autocmd VimResized * wincmd = |
