Set the minimum width and height to 1x1

This commit is contained in:
Kevin MacMartin 2015-05-04 12:47:00 -04:00
parent 6dd1b9426b
commit 46e437271a

View file

@ -56,8 +56,8 @@
"USER INTERFACE: {{{
set laststatus=2 showcmd statusline=%F%m%r%h%w[%L][%{&ff}]%y[%p%%][%04l,%04v] "statusline init and config
set winheight=5 winminheight=5 "set the minimum window height to 10 lines
set winwidth=5 winminwidth=5 "set the minimum window width to 10 columns
set winheight=1 winminheight=1 "set the minimum window height to 1 lines
set winwidth=1 winminwidth=1 "set the minimum window width to 1 columns
set noshowmode "don't display mode information handled by lightline
set lazyredraw "don't redraw the screen while macros are executing
set noequalalways "don't force splits to be equal in size when closing or opening one