diff options
| author | Felipe Contreras <felipe.contreras@gmail.com> | 2023-05-03 16:12:19 -0600 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-05-07 14:27:10 -0600 |
| commit | 3f4c61592f5a8667a11e5b90369572f60e58b388 (patch) | |
| tree | a6da748c6e9968a6bdae3bb982bb4cfc2ad4461d /vim/README | |
| parent | 1b878877d928a5279c3c0003d067d8b875f7e42a (diff) | |
vim: doc: small fixes
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'vim/README')
| -rw-r--r-- | vim/README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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")', \ } |
