# HG changeset patch # User zegervdv # Date 1424710438 -3600 # Node ID 7a595f9ef89630a42abaaf5e704334dc7011b009 # Parent c3fa40982d74e45970e68c5b954c7e8364ff4354 Switch to tmux-continuum diff -r c3fa40982d74 -r 7a595f9ef896 tmux.conf --- a/tmux.conf Mon Feb 23 08:40:58 2015 +0100 +++ b/tmux.conf Mon Feb 23 17:53:58 2015 +0100 @@ -85,7 +85,7 @@ set -g @tpm_plugins " \ tmux-plugins/tpm \ tmux-plugins/tmux-resurrect \ - tmux-plugins/tmux-resurrect-auto \ + tmux-plugins/tmux-continuum \ tmux-plugins/tmux-open \ tmux-plugins/tmux-copycat \ tmux-plugins/tmux-sessionist \ diff -r c3fa40982d74 -r 7a595f9ef896 vim/spell/en.utf-8.add --- a/vim/spell/en.utf-8.add Mon Feb 23 08:40:58 2015 +0100 +++ b/vim/spell/en.utf-8.add Mon Feb 23 17:53:58 2015 +0100 @@ -7,3 +7,4 @@ microcontroller datasheet photoresist +transimpedance diff -r c3fa40982d74 -r 7a595f9ef896 vimrc --- a/vimrc Mon Feb 23 08:40:58 2015 +0100 +++ b/vimrc Mon Feb 23 17:53:58 2015 +0100 @@ -345,7 +345,7 @@ " Latex {{{ " Open pdf nnoremap v :!open -a /Applications/TeX/TeXShop.app %:r.pdf -autocmd FileType tex setlocal makeprg=latexmk\ -pdf\ %:r +" autocmd FileType tex setlocal makeprg=latexmk\ -pdf\ %:r au BufNewFile,BufRead,BufEnter *.tex setlocal spell spelllang=en_gb au BufNewFile,BufRead,BufEnter *.tex setlocal textwidth=0 " }}}