+# default for all
+IdentityFile ~/.ssh/id_rsa
+
# override as per host
+Host jaza
+ HostName 192.168.1.100
+ User jaz
+ IdentityFile ~/.ssh/jaza.key
+
Host jaza.me
IdentityFile ~/.ssh/jaza.key
Host bitbucket.grundfos.com
IdentityFile ~/.ssh/gf_rsa
-# default for all
-IdentityFile ~/.ssh/id_rsa
" colors
highlight normal guibg=black guifg=white
highlight linenr guifg=grey
+highlight BadWhitespace guifg=red
+
set gcr=a:blinkon0
" fonts
set t_Co=256
set background=dark
highlight linenr ctermfg=grey
+highlight BadWhitespace ctermfg=red
+match BadWhitespace /\s\+$/
" fonts and chars
set list
nnoremap <silent><leader>- :exe "resize " . (winheight(0) * 2/3)<cr>
nnoremap <silent><leader><space> :noh<cr>
nnoremap <silent><leader>ev :edit $MYVIMRC<cr>
-"nnoremap <silent><leader>sv :source $MYVIMRC<cr>
-nnoremap <silent><leader>sh :terminal<CR>
+nnoremap <silent><leader>m <Esc>:wa<CR>:Make<CR>
"nnoremap <silent><leader>html :-1read ~/.vim/template/html<CR>3jwf>a
"nnoremap <silent><leader>php :-1read ~/.vim/template/php<CR>2ja
vmap > >gv
" Insert Mode Mappings
+inoremap <silent><leader>m <Esc>:wa<CR>:Make<CR>i
inoremap <C-U> <C-G>u<C-U>
" Command Mode Mappings