diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-07-13 17:28:58 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-07-13 17:28:58 +0200 |
commit | 2fa45fd7267cca1e6662503523095f992fcd541b (patch) | |
tree | 30d1052d6dd095296e0cfb12889567871e8106a1 /mutt/settings | |
parent | 86199243ed4573736cad716b1f8d5a62452bf86f (diff) |
New keybindings for index browsing
Diffstat (limited to 'mutt/settings')
-rw-r--r-- | mutt/settings | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mutt/settings b/mutt/settings index b6ab261..b4e29ea 100644 --- a/mutt/settings +++ b/mutt/settings @@ -9,3 +9,6 @@ set auto_tag=yes set confirmappend=no set delete_untag=yes set mark_old=no + +bind index <up> previous-entry +bind index <down> next-entry |