dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | Submodules | LICENSE

config (678B)


      1 bind-key j down
      2 bind-key k up
      3 bind-key l open
      4 bind-key h quit
      5 bind-key G end
      6 bind-key g home
      7 bind-key o open-in-browser-and-mark-read
      8 bind-key n toggle-article-read
      9 bind-key TAB next-unread
     10 bind-key x delete-article
     11 bind-key q hard-quit
     12 
     13 browser "bookmark add"
     14 macro v set browser "nohup mpv %u > /dev/null &"; open-in-browser; set browser "browser"
     15 
     16 articlelist-format "║%4i %f %t"
     17 feedlist-format "║%7u %t"
     18 
     19 feedlist-title-format "║ 📚 Ленты новостей (%u / %t)"
     20 articlelist-title-format "║ 📖 Новости: %T (%u / %t)"
     21 itemview-title-format "📰 %F: %T"
     22 
     23 download-full-page no
     24 scrolloff 5
     25 show-keymap-hint no
     26 show-read-articles yes
     27 max-items 100