mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
vim: doc: small fixes
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
parent
1b878877d9
commit
3f4c61592f
2 changed files with 4 additions and 4 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")',
|
||||
\ }
|
||||
|
|
|
@ -89,7 +89,7 @@ s Send
|
|||
CONFIGURATION *notmuch-config*
|
||||
|
||||
You can add the following configurations to your `.vimrc`, or
|
||||
`~/.vim/plugin/notmuch.vim`.
|
||||
`~/.vim/after/plugin/notmuch.vim`.
|
||||
|
||||
*g:notmuch_folders*
|
||||
|
||||
|
@ -138,7 +138,7 @@ You can do the same for the thread view:
|
|||
|
||||
If you want to count the threads instead of the messages in the folder view:
|
||||
>
|
||||
let g:notmuch_folders_count_threads = 0
|
||||
let g:notmuch_folders_count_threads = 1
|
||||
<
|
||||
|
||||
*g:notmuch_reader*
|
||||
|
|
Loading…
Reference in a new issue