aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Linskey2026-06-11 02:27:40 -0400
committerBenjamin Linskey2026-06-11 02:27:40 -0400
commit65e1ef03be8632a2374f37a8511195645df7878c (patch)
tree98dc0a3715a628125884589125c1c1266e386d68
parente44196da98484efd22b5bfa2d2ebe14a9418b73b (diff)
downloaddotfiles-65e1ef03be8632a2374f37a8511195645df7878c.tar.gz

mutt: Add context lines

-rw-r--r--.mutt/muttrc4
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