Browse Source

Added VimResized and some shortcuts.

red-hat-laptop
Kevin Mok 7 years ago
parent
commit
f350cd85f7
  1. 2
      dotfiles/.bash_aliases
  2. 4
      dotfiles/.vimrc

2
dotfiles/.bash_aliases

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

4
dotfiles/.vimrc

@ -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>
Loading…
Cancel
Save