X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=vim%2FREADME;fp=vim%2FREADME;h=777c20c0e6f0b8a695fe2d997ddb7284660e5de2;hb=1129cf890ef812321ac8296a4ca964a796df0b87;hp=c137bacdc0f4f1e3af78cb9617d5fe92f527c53f;hpb=12aa05f07cb8aae736895c46fb25e0106daf207c;p=notmuch diff --git a/vim/README b/vim/README index c137bacd..777c20c0 100644 --- a/vim/README +++ b/vim/README @@ -53,10 +53,10 @@ Enjoy ;) As an example to configure a key mapping to add the tag 'to-do' and archive, this is what I use: -let g:notmuch_rb_custom_search_maps = { +let g:notmuch_custom_search_maps = { \ 't': 'search_tag("+to-do -inbox")', \ } -let g:notmuch_rb_custom_show_maps = { +let g:notmuch_custom_show_maps = { \ 't': 'show_tag("+to-do -inbox")', \ }