diff options
| author | Anton Bobov <abobov@gmail.com> | 2016-11-26 00:28:51 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2017-02-22 22:14:01 +0500 |
| commit | 45cefc165c52fd746771696e387c6032663f39f3 (patch) | |
| tree | acf231abcf813152d15df2b9a395b32e7d7aeeb2 /files/.mutt/bindings | |
| parent | 867670b589991e2ffcb8b9c4d20359449451141e (diff) | |
[mutt] Add macros and bindings.
* sort toggle with 'S'
* reply group with ',g'
Diffstat (limited to 'files/.mutt/bindings')
| -rw-r--r-- | files/.mutt/bindings | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/.mutt/bindings b/files/.mutt/bindings index 351a868..f7d3df4 100644 --- a/files/.mutt/bindings +++ b/files/.mutt/bindings @@ -1,14 +1,13 @@ bind generic "(" current-top -bind index gg first-entry +bind index g group-reply bind index G last-entry bind index { previous-thread bind index } next-thread bind index - collapse-thread +bind index _ collapse-all bind index F flag-message bind index p recall-message -bind index g group-reply - bind index,pager \CP sidebar-prev bind index,pager \CN sidebar-next @@ -18,6 +17,7 @@ bind pager k previous-line bind pager j next-line bind pager gg top bind pager G bottom +bind pager ,g group-reply bind pager "{" previous-thread bind pager "}" next-thread |
