summaryrefslogtreecommitdiff
path: root/muttrc
diff options
context:
space:
mode:
authorrisood <rihardsoodla@protonmail.com>2019-02-04 23:31:11 +0200
committerrisood <rihardsoodla@protonmail.com>2019-02-04 23:31:11 +0200
commit2f155583650661a4802153df5756919db0c42298 (patch)
treebd550b8671f203441f982e82142509819ae2e41f /muttrc
parentbb63e512228e2d39d354887b91791490dde00cec (diff)
muttrc: add vim-like keybindings for file browser
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc12
1 files changed, 7 insertions, 5 deletions
diff --git a/muttrc b/muttrc
index ca43064..24df1ae 100644
--- a/muttrc
+++ b/muttrc
@@ -31,13 +31,15 @@ bind index G last-entry
bind index gg first-entry
bind pager j next-line
bind pager k previous-line
-bind pager gg top
-bind pager G bottom
-bind index d half-down
-bind index u half-up
+bind browser h goto-parent
+bind browser l select-entry
+bind pager,browser gg top-page
+bind pager,browser G bottom-page
+bind index,browser d half-down
+bind index,browser u half-up
bind index D delete-message
bind index U undelete-message
-bind index F search
+bind index,browser F search
bind index,pager R group-reply
bind index \031 previous-undeleted # Mouse wheel
bind index \005 next-undeleted # Mouse wheel