notmuch/vim/README

40 lines
1.2 KiB
Text
Raw Normal View History

2009-11-18 21:03:51 -05:00
This directory contains a vim script that allows reading notmuch mail
through vim.
2009-11-18 21:18:24 -05:00
NOTE: this is a work in progress. Patches welcome. <bart@jukie.net>
2009-11-18 21:03:51 -05:00
2009-11-18 21:18:24 -05:00
To install:
2009-11-18 21:03:51 -05:00
make install
To run:
vim -c ':NotMuch'
2009-11-18 21:18:24 -05:00
from vim:
:NotMuch
Buffer types:
[notmuch-search]
You are presented with the search results when you run :NotMuch.
Keybindings:
<Enter> - show the selected message
2009-11-20 11:13:49 -05:00
a - archive message (remove inbox tag)
2009-11-20 12:05:43 -05:00
f - filter the current search terms
2009-11-20 12:16:32 -05:00
o - toggle search screen order
s - enter search criteria
S - alter search criteria
2009-11-20 12:05:43 -05:00
f - filter the current search terms with tags
+ - add tag(s) to selected message
- - remove tag(s) from selected message
= - refresh display
2009-11-18 21:18:24 -05:00
[notmuch-show]
This is the display of the message.
Keybindings:
q - return to search display
2009-11-20 01:35:33 -05:00
^n - next message
s - toggle folding of signatures on and off
c - toggle folding of citations on and off
2009-11-18 21:18:24 -05:00