dotfiles

My dotfiles
git clone git://mcdim.xyz/dotfiles.git
Log | Files | Refs

newsboat-config (857B)


      1 auto-reload yes
      2 
      3 
      4 external-url-viewer "urlview"
      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 n next-unread
     19 bind-key n prev-unread
     20 bind-key U show-urls
     21 
     22 browser linkhandler
     23 macro , open-in-browser
     24 macro v set browser "vlc"; open-in-browser ; set browser linkhandler
     25 macro w set browser "w3m"; open-in-browser ; set browser linkhandler
     26 macro f set browser "firefox"; open-in-browser ; set browser linkhandler
     27 
     28 #color listnormal color234 black 
     29 #color listfocus  color166 black 
     30 color info       color136 color234 
     31 #color background color244 color234
     32 #
     33 #color listnormal_unread   color136 black
     34 #color listfocus_unread    white black   bold
     35