dots

git clone git://mattcarlson.org/repos/dots.git
Log | Files | Refs

config (3243B)


      1 # bindings
      2 unbind-key -a
      3 bind-key ENTER open
      4 bind-key q     quit
      5 bind-key r     reload
      6 bind-key R     reload-all
      7 bind-key A     mark-feed-read
      8 bind-key l     next
      9 bind-key RIGHT next
     10 bind-key h     prev
     11 bind-key LEFT  prev
     12 bind-key o     open-in-browser
     13 bind-key ?     help
     14 bind-key u     show-urls
     15 bind-key /     open-search
     16 bind-key :     cmdline
     17 bind-key 1     cmd-one
     18 bind-key 2     cmd-two
     19 bind-key 3     cmd-three
     20 bind-key 4     cmd-four
     21 bind-key 5     cmd-five
     22 bind-key 6     cmd-six
     23 bind-key 7     cmd-seven
     24 bind-key 8     cmd-eight
     25 bind-key 9     cmd-nine
     26 bind-key k     up
     27 bind-key UP    up
     28 bind-key j     down
     29 bind-key DOWN  down
     30 bind-key m     macro-prefix
     31 
     32 # colors
     33 color background          default default
     34 color listnormal          white   default
     35 color listfocus           green   default bold
     36 color listnormal_unread   white   default bold
     37 color listfocus_unread    green   default bold
     38 color title               black   green   bold
     39 color info                black   green   bold
     40 color hint-key            black   green   bold
     41 color hint-keys-delimiter black   green   bold
     42 color hint-separator      black   green   bold
     43 color hint-description    black   green   bold
     44 color article             default default
     45 
     46 # misc
     47 always-display-description  yes
     48 articlelist-format          "%-3i %f%D %t"
     49 articlelist-title-format    "%N %V - %T"
     50 browser                     "links.sh %u"
     51 confirm-delete-all-articles no
     52 confirm-mark-all-feeds-read no
     53 confirm-mark-feed-read      no
     54 datetime-format             "%Y-%m-%d"
     55 display-article-progress    no
     56 download-retries            10
     57 download-timeout            60
     58 # feed-sort-order             firsttag
     59 feedlist-format             "%?T?┃ %-3i %n %t %u&┣━ %t %>━?"
     60 feedlist-title-format       "%N %V - Feeds"
     61 goto-next-feed              no
     62 highlight                   article "^(Feed|Title|Author|Date|Podcast Download Url|Link(s)?):.*$" green default bold
     63 highlight                   article "^\[[0-9]+\]:\ .*\ [(].+[)]$" green default bold
     64 highlight                   article "(\\w+)(\\.|_)?(\\w*)@(\\w+)(\\.(\\w+))+" green default bold
     65 highlight                   article "((http|https)://)(www.)?[a-zA-Z0-9@:%._\\+~#?&//=]{2,256}\\.[a-z]{2,6}\\b([-a-zA-Z0-9@:%._\\+~#?&//=]*)" green default bold
     66 highlight                   article "\\[[0-9]+\\]" green default bold
     67 highlight                   article "\\[image [0-9]+ \\(link #[0-9]+\\)\\]" green default bold
     68 highlight                   articlelist "^[0-9]+\ +(N|D)?\ +" green default bold
     69 highlight                   feedlist "\ *[0-9]+\ +N?\ +" green default bold
     70 highlight                   feedlist "[(][0-9]*\/[0-9]*[)]" green default bold
     71 highlight                   feedlist "┃" green default bold
     72 highlight                   feedlist "┣.*" green default bold
     73 history-limit               0
     74 itemview-title-format       "%N %V - %T"
     75 refresh-on-startup          yes
     76 reload-threads              100
     77 reload-time                 0
     78 save-path                   "~/dl"
     79 searchresult-title-format   "%N %V - Search"
     80 search-highlight-colors     green default bold
     81 show-keymap-hint            no
     82 wrap-scroll                 yes
     83 highlight articlelist       "[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])" green default bold