aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-07 19:39:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-07 21:31:47 +1200
commitbda650a7e5e72a9205112884cd7ba18198dff8f9 (patch)
tree0f6e874ad2141dbb648b83a8eeb08c6a94addc6a /vim
parentInclude .gvimrc patterns for vim filetype (diff)
downloaddotfiles-bda650a7e5e72a9205112884cd7ba18198dff8f9.tar.gz
dotfiles-bda650a7e5e72a9205112884cd7ba18198dff8f9.zip
Replace mail_mutt.vim with mim(1df)
Way better, and more generally useful.
Diffstat (limited to 'vim')
m---------vim/bundle/mail_mutt0
-rw-r--r--vim/vimrc7
2 files changed, 0 insertions, 7 deletions
diff --git a/vim/bundle/mail_mutt b/vim/bundle/mail_mutt
deleted file mode 160000
-Subproject 3e0e4306641a759758a4eb746708f0efec9cc7e
diff --git a/vim/vimrc b/vim/vimrc
index 723e69da..25907ffb 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -428,13 +428,6 @@ nmap ]<Space> <Plug>PutBlankLinesBelow
" \b toggles copy-pasteable linebreak settings
nmap <Leader>b <Plug>CopyLinebreakToggle
-" \m in visual/select mode starts a mail message with the selected lines
-vmap <Leader>m <Plug>MailMuttSelected
-" \m in normal mode starts a mail message with the current line
-nmap <Leader>m <Plug>MailMuttLine
-" \M in normal mode starts a mail message with the whole buffer
-nmap <Leader>M <Plug>MailMuttBuffer
-
" \x strips trailing whitespace via a custom plugin
nmap <Leader>x <Plug>StripTrailingWhitespace