diff options
| author | Benjamin Linskey | 2026-06-11 02:27:40 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-06-11 02:27:40 -0400 |
| commit | 65e1ef03be8632a2374f37a8511195645df7878c (patch) | |
| tree | 98dc0a3715a628125884589125c1c1266e386d68 | |
| parent | e44196da98484efd22b5bfa2d2ebe14a9418b73b (diff) | |
| download | dotfiles-65e1ef03be8632a2374f37a8511195645df7878c.tar.gz | |
mutt: Add context lines
| -rw-r--r-- | .mutt/muttrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.mutt/muttrc b/.mutt/muttrc index 1416982..ae7536b 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -48,6 +48,10 @@ set sort_alias = alias set reverse_alias = yes source $alias_file +set menu_context = 2 +set pager_context = 2 +set search_context = 2 + # Keybindings and macros bind pager j next-line bind pager k previous-line |