Mercurial > dotfiles.old
changeset 250:7a595f9ef896
Switch to tmux-continuum
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 23 Feb 2015 17:53:58 +0100 |
parents | c3fa40982d74 |
children | c6202489e95c |
files | tmux.conf vim/spell/en.utf-8.add vimrc |
diffstat | 3 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 \
--- 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
--- 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 <leader>v :!open -a /Applications/TeX/TeXShop.app %:r.pdf<CR><CR> -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 " }}}