This commit is contained in:
lelgenio 2020-09-25 19:26:19 -03:00
parent 1e5c79a204
commit 07f6e10a9d
1 changed files with 10 additions and 6 deletions

View File

@ -93,15 +93,19 @@ bind index U undelete-message
bind index L limit
bind index <space> tag-entry
bind attach <return> view-mailcap
bind attach "{{@@ key.right @@}}" view-mailcap
# Attachment screen
bind attach <return> view-mailcap
bind attach "{{@@ key.up @@}}" previous-entry
bind attach "{{@@ key.down @@}}" next-entry
bind attach "{{@@ key.left @@}}" exit
bind attach "{{@@ key.right @@}}" view-mailcap
bind editor <space> noop
bind pager,attach "{{@@ key.left @@}}" exit
bind pager "{{@@ key.down @@}}" next-line
bind pager "{{@@ key.up @@}}" previous-line
bind pager "{{@@ key.right @@}}" view-attachments
bind pager "{{@@ key.left @@}}" exit
bind pager "{{@@ key.down @@}}" next-line
bind pager "{{@@ key.up @@}}" previous-line
bind pager "{{@@ key.right @@}}" view-attachments
bind browser "{{@@ key.left @@}}" goto-parent
macro browser "{{@@ key.left @@}}" '<change-dir><kill-line>..<enter>' "Go to parent folder"