syntax enable
color torte
hi Normal ctermbg=NONE
+
+set encoding=utf-8
set history=1000
set number
set ruler
set foldnestmax=2
set nofoldenable
set cc=80
+set textwidth=79
+set list
+set listchars=tab:►\ ,eol:¬,trail:˽,precedes:˻,extends:˼
+
+" Source the vimrc while editing
+autocmd! bufwritepost .vimrc source %
+
+" Tab Mappings
+map <TAB>l <C-W>l
+map <TAB>h <C-W>h
+map <TAB>j <C-W>j
+map <TAB>k <C-W>k
+
+" Search results stay in middle of screen
+nnoremap n nzzzv
+nnoremap N Nzzzv
" Unmap the arrow keys!!!
for prefix in ['i', 'n', 'v']
endfor
endfor
-" Macro for compiling and running a tex file
-au BufNewFile,BufRead *.tex let @a = '\e:w\r:!latex % && latex % && if [ -f %:r.bib ]; then bibtex %:r; fi; latex % && pdflatex %\r'
-
" Load all the skeletons for newfiles
for i in split(globpath('~/.vim/skel/', './*'), '\n')
let extension = split(i, "/")[-1]
-# Name and info
-set realname="Mart Lubbers"
+# Name and info set realname="Mart Lubbers"
set from="mart@martlubbers.net"
set use_from=yes
set envelope_from=yes
set my_hdr="X-PGP-Key: http://www.martlubbers.net/mart@martlubbers.net.asc"
# Receiving and sending email
-set my_msmtp_pass=`gpg -d ~/passwd.gpg | grep -i mail | awk '{print $3}'`
+set my_msmtp_pass=`gpg -d ~/passwd.gpg | grep -i mail | awk '{print $3}'; echo $?`
set sendmail="/usr/local/bin/msmtp -C /home/mart/.mutt/msmtp --password=$my_msmtp_pass -f mart@martlubbers.net -a net"
# Bindings index
unset wait_key
unset markers
set sort_browser=alpha
-set sort=pin
+set sort=threads
set sort_aux=date
set editor=vim
set duplicate_threads=yes