notmuch/vim/README

32 lines
769 B
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-19 03:18:24 +01:00
To install:
2009-11-19 03:03:51 +01:00
make install
To run:
vim -c ':NotMuch'
2009-11-19 03:18:24 +01: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
s - alter search criteria
[notmuch-show]
This is the display of the message.
Keybindings:
q - return to search display
2009-11-20 07:35:33 +01:00
^n - next message
s - toggle folding of signatures on and off
c - toggle folding of citations on and off
2009-11-19 03:18:24 +01:00