diff options
Diffstat (limited to 'files/.mutt/bindings')
| -rw-r--r-- | files/.mutt/bindings | 39 |
1 files changed, 18 insertions, 21 deletions
diff --git a/files/.mutt/bindings b/files/.mutt/bindings index 3ed33a3..68da22c 100644 --- a/files/.mutt/bindings +++ b/files/.mutt/bindings @@ -1,29 +1,26 @@ -bind generic <Home> first-entry -bind generic <End> last-entry -bind generic <Left> previous-entry -bind generic <Right> next-entry bind generic "(" current-top -bind index "{" previous-thread -bind index "}" next-thread -bind index <Up> previous-thread -bind index <Down> next-thread +bind index gg first-entry +bind index G last-entry +bind index { previous-thread +bind index } next-thread bind index - collapse-thread -bind index "F" flag-message -bind index \CP sidebar-prev -bind index \CN sidebar-next -bind index \CO sidebar-open +bind index F flag-message +bind index p recall-message + + +bind index,pager \CP sidebar-prev +bind index,pager \CN sidebar-next +bind index,pager \CO sidebar-open + +bind pager k previous-line +bind pager j next-line +bind pager gg top +bind pager G bottom -bind pager <Home> top -bind pager <End> bottom bind pager "{" previous-thread bind pager "}" next-thread -bind pager <Up> previous-line -bind pager <Down> next-line -bind pager <Left> previous-entry -bind pager <Right> next-entry -bind pager \CP sidebar-prev -bind pager \CN sidebar-next -bind pager \CO sidebar-open + +bind compose p postpone-message # vim: ft=muttrc |
