dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.margiolis.net/dotfiles.git
Log | Files | Refs | README | LICENSE

config (1292B)


      1 #show-read-feeds no
      2 auto-reload yes
      3 # add to playlist file
      4 bookmark-cmd newsboat_bookmark
      5 
      6 bind-key j down
      7 bind-key k up
      8 bind-key j next articlelist
      9 bind-key k prev articlelist
     10 bind-key J next-feed articlelist
     11 bind-key K prev-feed articlelist
     12 bind-key G end
     13 bind-key g home
     14 bind-key d pagedown
     15 bind-key u pageup
     16 bind-key l open
     17 bind-key h quit
     18 bind-key a toggle-article-read
     19 bind-key n next-unread
     20 bind-key N prev-unread
     21 bind-key D pb-download
     22 bind-key U show-urls
     23 bind-key x pb-delete
     24 
     25 macro , open-in-browser
     26 # stream locally
     27 macro v set browser "setsid -f mpv %u"; open-in-browser
     28 # open in browser
     29 macro w set browser "firefox %u"; open-in-browser
     30 
     31 highlight all "---.*---" yellow
     32 highlight feedlist ".*(0/0))" black
     33 highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold
     34 highlight article "(^Link:.*|^Date:.*)" default default
     35 highlight article "https?://[^ ]+" green default
     36 highlight article "^(Title):.*$" blue default
     37 highlight article "\\[[0-9][0-9]*\\]" magenta default bold
     38 highlight article "\\[image\\ [0-9]+\\]" green default bold
     39 highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold
     40 highlight article ":.*\\(link\\)$" cyan default
     41 highlight article ":.*\\(image\\)$" blue default
     42 highlight article ":.*\\(embedded flash\\)$" magenta default