mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
31 lines
769 B
Text
31 lines
769 B
Text
This directory contains a vim script that allows reading notmuch mail
|
|
through vim.
|
|
|
|
NOTE: this is a work in progress. Patches welcome. <bart@jukie.net>
|
|
|
|
To install:
|
|
make install
|
|
|
|
To run:
|
|
vim -c ':NotMuch'
|
|
|
|
from vim:
|
|
:NotMuch
|
|
|
|
Buffer types:
|
|
[notmuch-search]
|
|
You are presented with the search results when you run :NotMuch.
|
|
|
|
Keybindings:
|
|
<Enter> - show the selected message
|
|
s - alter search criteria
|
|
|
|
[notmuch-show]
|
|
This is the display of the message.
|
|
|
|
Keybindings:
|
|
q - return to search display
|
|
^n - next message
|
|
s - toggle folding of signatures on and off
|
|
c - toggle folding of citations on and off
|
|
|