rp

simple email tools
git clone https://git.parazyd.org/rp
Log | Files | Refs | README | LICENSE

keybindings (838B)


      1 bind index w search
      2 bind index x sync-mailbox
      3 
      4 bind index <pagedown> next-page
      5 bind index <pageup>   previous-page
      6 bind index <home>     first-entry
      7 bind index <end>      last-entry
      8 bind index <right>    display-message
      9 bind index <down>     next-entry
     10 bind index j          next-entry
     11 bind index <up>       previous-entry
     12 bind index k          previous-entry
     13 bind index <left>     noop
     14 bind index i          noop
     15 
     16 bind index,pager \#   noop
     17 
     18 bind pager w      search
     19 bind pager <down> next-line
     20 bind pager j      next-line
     21 bind pager <up>   previous-line
     22 bind pager k      previous-line
     23 
     24 bind index,pager r group-reply
     25 
     26 bind editor <tab> complete-query
     27 
     28 macro pager Q "<decrypt-save>^<enter>yq"
     29 macro pager A |'rpabook -a'\n
     30 
     31 # Mark everything read.
     32 macro index J "<tag-pattern>~N<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>"