]> git.notmuchmail.org Git - notmuch/blobdiff - vim/README
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / vim / README
index d6f23350740db8468ecbf82e75e47b79e5c3e200..777c20c0e6f0b8a695fe2d997ddb7284660e5de2 100644 (file)
@@ -5,7 +5,7 @@ utilizing the notmuch framework, through it's ruby bindings.
 
 == install ==
 
 
 == 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 ===
 
 
 === vim +ruby ===
 
@@ -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:
 
 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")',
        \ }
 
        \ '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")',
        \ }
        \ 't':          'show_tag("+to-do -inbox")',
        \ }