-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmuttkeys
28 lines (27 loc) · 1.16 KB
/
muttkeys
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
set editor = "nvr"
set charset = "utf-8"
set record = ''
macro pager \cb 'urlview' 'Follow links with urlview'
# macros {{{ #
macro compose \e5 "F pandoc -s -f markdown -t html \ny^T^Utext/html; charset=us-ascii\n"
macro index,pager \Cu "<enter-command>set pipe_decode = yes<enter><pipe-message>urlscan<enter><enter-command>set pipe_decode = no<enter>" "view URLs"
set wait_key=no
# }}}
#vim keybindings
bind browser,pager,index N search-opposite
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
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