From 399b81fb0fbac72be2cad57a9ba66ea6178d9e56 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Wed, 26 Jan 2011 14:35:53 +0100 Subject: [PATCH] bind p to external pager call --- .mutt/keybindings | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.mutt/keybindings b/.mutt/keybindings index 448a894..c983b4f 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -8,7 +8,7 @@ bind index,pager \eD delete-subthread bind pager,index previous-unread -macro pager,index p "" "do nothing" +macro index p "" "do nothing" ##macro index L "=store" macro index S "=store" "save messages to store" @@ -48,6 +48,8 @@ macro pager ~ '~' "shortcut to pattern search" bind index,pager \en search-opposite +macro pager p 'less -c' "pipe message into pager" + bind pager [ half-up bind pager ] half-down -- 2.39.2