mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
updated README
This commit is contained in:
parent
02fbef68c5
commit
3fe89c43dd
1 changed files with 20 additions and 2 deletions
22
vim/README
22
vim/README
|
@ -1,10 +1,28 @@
|
||||||
This directory contains a vim script that allows reading notmuch mail
|
This directory contains a vim script that allows reading notmuch mail
|
||||||
through vim.
|
through vim.
|
||||||
|
|
||||||
To install:
|
NOTE: this is a work in progress. Patches welcome. <bart@jukie.net>
|
||||||
|
|
||||||
|
To install:
|
||||||
make install
|
make install
|
||||||
|
|
||||||
To run:
|
To run:
|
||||||
|
|
||||||
vim -c ':NotMuch'
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue