aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-18 11:30:59 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-18 11:30:59 +1200
commitcb8a95e802aad8720f1db7eab2775f5460633439 (patch)
tree160f60285bdce5aab9585a0b52c425125b71f2a2
parentMerge branch 'release/v9.0.0' into develop (diff)
downloaddotfiles-cb8a95e802aad8720f1db7eab2775f5460633439.tar.gz
dotfiles-cb8a95e802aad8720f1db7eab2775f5460633439.zip
Move Mutt status bar to top
-rw-r--r--mutt/muttrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 517773d9..1a197e57 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -47,10 +47,11 @@ send-hook ~l \
set header_cache = '~/.cache/mutt/headers'
# I don't really need the major functions' key mappings displayed to me all the
-# time; I'll look them up in <help> when I do need them. This buys me another
-# row of screen space.
+# time; I'll look them up in <help> when I do need them. space. In its place,
+# move the status bar up there.
#
unset help
+set status_on_top
# Save command history; this saves other kinds of history as well, but all
# I really want is to be able to run the same commands again even after I quit