notmuch/vim/README

89 lines
2.8 KiB
Text
Raw Normal View History

2009-11-19 03:03:51 +01:00
This directory contains a vim script that allows reading notmuch mail
through vim.
2009-11-19 03:18:24 +01:00
NOTE: this is a work in progress. Patches welcome. <bart@jukie.net>
2009-11-19 03:03:51 +01:00
2009-11-27 15:43:06 +01:00
Dependencies:
notmuch:
Naturally, it expects you have notmuch installed and configured.
mail:
To send mail, notmuch.vim uses the UNIX mail command.
git-diff:
The vim interface makes use of the git-diff.vim syntax file
which is available from
http://github.com/motemen/git-vim/blob/master/syntax/git-diff.vim
2009-11-19 03:18:24 +01:00
To install:
2009-11-19 03:03:51 +01:00
make install
2009-11-19 03:03:51 +01:00
To run:
vim -c ':NotMuch'
2009-11-19 03:18:24 +01:00
from vim:
:NotMuch
:NotMuch new to:bart@jukie.net 'subject:this is a test'
2009-11-19 03:18:24 +01:00
2009-11-19 03:18:24 +01:00
Buffer types:
2009-11-22 04:24:54 +01:00
[notmuch-folders]
Folder list, or technically a list of saved searches.
Keybindings:
<Enter> - show the selected search
m - compose a new message
s - enter search criteria
= - refresh display
2009-11-22 04:24:54 +01:00
2009-11-19 03:18:24 +01:00
[notmuch-search]
You are presented with the search results when you run :NotMuch.
Keybindings:
<Enter> - show the selected message
2009-11-20 17:13:49 +01:00
a - archive message (remove inbox tag)
2009-11-20 18:05:43 +01:00
f - filter the current search terms
2009-11-20 18:16:32 +01:00
o - toggle search screen order
m - compose a new message
2009-11-27 22:48:18 +01:00
r - reply to thread
s - enter search criteria
2009-11-27 15:43:06 +01:00
,s - alter search criteria
2009-11-22 04:24:54 +01:00
t - filter the current search terms with tags
q - return to folder display, or undo filter
+ - add tag(s) to selected message
- - remove tag(s) from selected message
= - refresh display
? - reveal the thread ID of what's under cursor
^] - search using word under cursor
2009-11-19 03:18:24 +01:00
[notmuch-show]
This is the display of the message.
Keybindings:
2009-11-27 15:43:06 +01:00
<Space> - mark read, archive, go to next matching message
2009-11-20 07:35:33 +01:00
^n - next message
2009-11-20 21:23:02 +01:00
^p - previous message
2009-11-20 20:18:42 +01:00
b - toggle folding of message bodies
c - toggle folding of citations
h - toggle folding of extra header lines
m - compose a new message
2009-11-27 22:52:00 +01:00
r - reply to the message
2009-11-20 20:18:42 +01:00
s - toggle folding of signatures
q - return to search display
? - reveal the message and thread IDs of what's under cursor
^] - search using word under cursor
2009-11-19 03:18:24 +01:00
[notmuch-compose]
When you're writing an email, you're in this mode.
Insert-mode keybindings:
<Tab> - go to the next header line
Normal-mode keybindings:
<Tab> - go to the next header line
,s - send this message
,q - abort this message