X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/e636e879dd625df6b486010bc22242c37bf601cb..b95382215dab35dda2ef77511ccffc6f5575690c:/.mutt/keybindings diff --git a/.mutt/keybindings b/.mutt/keybindings index 932e6ac..0fd0345 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -38,9 +38,15 @@ macro pager Z "=retrain/ham" "retrain message as ham" macro index,pager \Cb 'set my_pipe_decode="$pipe_decode"set pipe_decode/usr/bin/urlviewset pipe_decode="$my_pipe_decode"' "invoke urlview" macro compose Y '' "send message without storing" -macro compose \Cy 'cY' "send message without storing or signing" +macro compose \Cy 'c' "send message without signing" +macro compose \CY 'cY' "send message without storing signing" -macro index F '~L ' "search for correspondents" +macro index,pager F '~(~L )' "search for correspondents" + +macro index ~ '~' "shortcut to pattern search" +macro pager ~ '~' "shortcut to pattern search" + +bind index,pager \en search-opposite bind pager [ half-up bind pager ] half-down