X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=vim%2FREADME;h=c137bacdc0f4f1e3af78cb9617d5fe92f527c53f;hp=a66190053f54c23c1dc9be8bb6f391aa8cac25d9;hb=HEAD;hpb=138c6aa098fe4236dc334cc55ac4fc414ddb298c diff --git a/vim/README b/vim/README index a6619005..777c20c0 100644 --- a/vim/README +++ b/vim/README @@ -5,7 +5,7 @@ utilizing the notmuch framework, through it's ruby bindings. == install == -Simply run 'make install'. However, check that you have the depencies below. +Simply run 'make install'. However, check that you have the dependencies below. === vim +ruby === @@ -44,7 +44,7 @@ This gem is not mandatory, but it's extremely recommended. Simple: - % gvim -c ':NotMuchR' + % gvim -c ':NotMuch' Enjoy ;) @@ -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")', \ }