aboutsummaryrefslogtreecommitdiff
path: root/vim/README
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2023-05-03 16:12:19 -0600
committerDavid Bremner <david@tethera.net>2023-05-07 14:27:10 -0600
commit3f4c61592f5a8667a11e5b90369572f60e58b388 (patch)
treea6da748c6e9968a6bdae3bb982bb4cfc2ad4461d /vim/README
parent1b878877d928a5279c3c0003d067d8b875f7e42a (diff)
vim: doc: small fixes
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'vim/README')
-rw-r--r--vim/README4
1 files changed, 2 insertions, 2 deletions
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")',
\ }