From b2830acc04514b62a31975291158915b3b919284 Mon Sep 17 00:00:00 2001 From: Bart Trojanowski Date: Sun, 22 Nov 2009 00:35:38 -0500 Subject: [PATCH] vim: use ,s for editing search query (save 'S' for marking things as spam) --- vim/README | 2 +- vim/plugin/notmuch.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/README b/vim/README index ff0828ff..9f1ff571 100644 --- a/vim/README +++ b/vim/README @@ -30,7 +30,7 @@ Buffer types: f - filter the current search terms o - toggle search screen order s - enter search criteria - S - alter search criteria + es - alter search criteria t - filter the current search terms with tags q - return to folder display, or undo filter + - add tag(s) to selected message diff --git a/vim/plugin/notmuch.vim b/vim/plugin/notmuch.vim index e13ea9f7..2d2f9785 100644 --- a/vim/plugin/notmuch.vim +++ b/vim/plugin/notmuch.vim @@ -98,7 +98,7 @@ let g:notmuch_search_maps = { \ 'o': ':call NM_search_toggle_order()', \ 'r': ':call NM_search_reply_to_thread()', \ 's': ':call NM_search_prompt()', - \ 'S': ':call NM_search_edit()', + \ ',s': ':call NM_search_edit()', \ 't': ':call NM_search_filter_by_tag()', \ 'q': ':call NM_kill_this_buffer()', \ '+': ':call NM_search_add_tags([])', -- 2.43.0