summaryrefslogtreecommitdiff
path: root/vim/README
AgeCommit message (Collapse)Author
2023-05-07vim: doc: small fixesFelipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2018-03-24Fix typos as found by codespellGeorg Faerber
Signed-off-by: Georg Faerber <georg@riseup.net>
2013-06-02vim: use the old vim plugin function nameFelipe Contreras
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2013-06-02Add new notmuch vim pluginFelipe Contreras
The old one was not properly maintained and is now deprecated. The new one has much better support. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2013-02-16notmuch-vim: deprecate, move to contribDavid Bremner
As discussed in id:871udhcmks.fsf@zancas.localnet, notmuch-vim doesn't really meet the standards of the CLI, emacs interface, or python bindings in terms of being well maintained.
2011-07-16vim: fix documentation that mailx isn't used anymoreUwe Kleine-König
Since e7899b0 (vim: use sendmail directly) notmuch-vim uses sendmail directly. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2011-06-23fix sum moar typos [text files]Pieter Praet
Various typo fixes in auxiliary text files included with the source, (README, TODO, etc.). Signed-off-by: Pieter Praet <pieter@praet.org> Edited-by: Carl Worth <cworth@cworth.org> Restricted to just text files.
2010-11-08vim: include own improved git-diff syntaxFelipe Contreras
The old one wasn't working at all on newer vims. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2010-11-08vim: use mailx for sendingFelipe Contreras
Possilby used by more systems, and besides the code wasn't really working properly anyway. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2009-11-27vim: use <Space> more consistently in search viewBart Trojanowski
In search view <Space> will show the thead, but folding messages that don't match the current search expression. Conversly, <Enter> always shows all messages in the thread.
2009-11-27vim: make it possible to start a search in show modeBart Trojanowski
2009-11-27vim: primitive reply to messageBart Trojanowski
2009-11-27vim: primitive reply to threadBart Trojanowski
2009-11-27vim: few compose mode updates, including READMEBart Trojanowski
2009-11-27vim: README updates and correctionsBart Trojanowski
2009-11-25vim: add git-diff.vim in README, make syntax work w/o the scriptBart Trojanowski
2009-11-25vim: use ,s for editing search queryBart Trojanowski
(save 'S' for marking things as spam)
2009-11-25vim: have ? show details of what's under cursor in search/show viewsBart Trojanowski
2009-11-25vim: added searching for word under cursor with ^]Bart Trojanowski
2009-11-25make searching, updates and returning to folder view workBart Trojanowski
2009-11-25add notmuch-folders support modeBart Trojanowski
2009-11-25make control-p go to previous messageBart Trojanowski
2009-11-25implemented folding bodies and headersBart Trojanowski
2009-11-25crude order toggleBart Trojanowski
2009-11-25added search filteringBart Trojanowski
2009-11-25added support for archive commandBart Trojanowski
2009-11-25added tagging and refresh to search screenBart Trojanowski
2009-11-25toggle signatures and citations with s/c respectivelyBart Trojanowski
2009-11-25added ^n to handle walking messagesBart Trojanowski
2009-11-25updated READMEBart Trojanowski
2009-11-25READMEBart Trojanowski