notmuch/vim/README

30 lines
646 B
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
s - alter search criteria
[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
2009-11-18 21:18:24 -05:00