aboutsummaryrefslogtreecommitdiff
path: root/tw/home/files/vim-keys.muttrc
diff options
context:
space:
mode:
Diffstat (limited to 'tw/home/files/vim-keys.muttrc')
-rw-r--r--tw/home/files/vim-keys.muttrc36
1 files changed, 36 insertions, 0 deletions
diff --git a/tw/home/files/vim-keys.muttrc b/tw/home/files/vim-keys.muttrc
new file mode 100644
index 00000000..a995a931
--- /dev/null
+++ b/tw/home/files/vim-keys.muttrc
@@ -0,0 +1,36 @@
+# Moving around
+bind attach,browser,index g noop
+bind attach,browser,index gg first-entry
+bind attach,browser,index G last-entry
+bind pager g noop
+bind pager gg top
+bind pager G bottom
+#bind pager k previous-line
+#bind pager j next-line
+
+# Scrolling
+bind attach,browser,pager,index \CF next-page
+bind attach,browser,pager,index \CB previous-page
+bind attach,browser,pager,index \Cu half-up
+bind attach,browser,pager,index \Cd half-down
+bind browser,pager \Ce next-line
+bind browser,pager \Cy previous-line
+bind index \Ce next-line
+bind index \Cy previous-line
+
+bind pager,index d noop
+bind pager,index dd delete-message
+
+# Mail & Reply
+bind index \Cl list-reply
+
+# Threads
+bind browser,pager,index N search-opposite
+bind pager,index dT delete-thread
+bind pager,index dt delete-subthread
+bind pager,index gt next-thread
+bind pager,index gT previous-thread
+bind index za collapse-thread
+bind index zA collapse-all # Missing :folddisable/foldenable
+
+# vim:ft=muttrc: