From e9c25ee0bbbf2f97c223d037b83b89915db63999 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 22 Jan 2016 16:52:03 +0000 Subject: Add script to fetch email --- .vim/vimrc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to '.vim') diff --git a/.vim/vimrc b/.vim/vimrc index 389b0f1..059e600 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -174,7 +174,7 @@ set lazyredraw set hidden " mutt -au BufRead *mutt* set tw=72 +au BufRead /tmp/mutt-* set tw=72 " Colorscheme if $COLORSCHEME=="light" @@ -224,11 +224,10 @@ nnoremap sc :source % " File edits nnoremap es :UltiSnipsEdit -nnoremap em :e ~/dotfiles/mutt/muttrc -nnoremap en :e ~/dotfiles/nvimrc -nnoremap ev :e ~/dotfiles/vimrc -nnoremap ez :e ~/dotfiles/zshrc -nnoremap et :e ~/dotfiles/tmux.conf +nnoremap em :e ~/dotfiles/.mutt/muttrc +nnoremap ev :e ~/dotfiles/.vim/vimrc +nnoremap ez :e ~/dotfiles/.zsh/zshrc +nnoremap et :e ~/dotfiles/.tmux.conf " Formatting nnoremap fw :%s/\s\+$// -- cgit v1.2.3