Added VimResized and some shortcuts.

This commit is contained in:
2017-10-20 20:36:54 -04:00
parent 9ba14710b4
commit f350cd85f7
2 changed files with 5 additions and 1 deletions

View File

@@ -41,5 +41,5 @@ g(){
}
rs(){
redshift -O $1
redshift -O $(($1 * 1000))
}

View File

@@ -8,6 +8,8 @@ set autoindent
set mouse=c
set clipboard=unnamedplus
autocmd VimResized * wincmd =
" 'h/u3/c7/05/mokkar/.vim/plugged'
" '~/.vim/plugged'
call plug#begin('~/.vim/plugged')
@@ -24,3 +26,5 @@ colorscheme gotham
map <Enter> o<ESC>
map <S-Enter> O<ESC>
map <F4> :wqa<CR>
map <F3> :wa<CR>