# opciones basicas always-display-description yes display-article-progress yes reload-only-visible-feeds yes openbrowser-and-mark-jumps-to-next-unread yes toggleitemread-jumps-to-next-unread yes auto-reload yes show-keymap-hint no text-width 80 max-items 50 history-limit 0 user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0" error-log "~/.config/newsboat/error.log" # formatos highlight feedlist "──.*" yellow default feedlist-format "%?T? %U %t &── %t ────────────────────────?" datetime-format "%F" feedlist-title-format "Feeds: %u/%t %?T?Tag: %T ?" itemview-title-format " " articlelist-format "%f %t %> %D" articlelist-title-format "%T: %u sin leer" searchresult-title-format "Resultados (%u sin leer, %t total)" filebrowser-title-format "%f %?O?Open File&Save File?" help-title-format "Ayuda" selecttag-title-format "Elegir Etiqueta" selectfilter-title-format "Elegir Filtro" urlview-title-format "URLs" dialogs-title-format "Dialogs" notify-format "%d Artículos nuevos. %n Artículos no leídos" # colores color listnormal cyan default color listfocus yellow default bold color listnormal_unread color12 default color listfocus_unread black yellow standout bold color info red default bold color article white default highlight article "^Feed:.*" color5 default highlight article "^Title:.*" color3 default bold highlight article "^Author:.*" color2 default highlight article "^Date:.*" color7 default highlight article "^Link:.*" color4 default highlight article "^Flags:.*" color9 color0 highlight article "\\[[0-9][0-9]*\\]" color12 default highlight article "\\[image [0-9][0-9]*\\]" color109 default bold highlight article "\\[embedded flash: [0-9][0-9]*\\]" color12 default # teclas bind-key ; toggle-show-read-feeds bind-key j down bind-key k up bind-key J next-feed articlelist bind-key K prev-feed articlelist bind-key G end bind-key g home bind-key d pagedown bind-key u pageup bind-key l open bind-key h quit bind-key M mark-feed-read bind-key m toggle-article-read bind-key o open-in-browser-and-mark-read bind-key n next-unread bind-key N prev-unread bind-key D pb-download bind-key U show-urls bind-key x pb-delete # programas externos notify-program "notify-send" browser linkhandler player mpv save-path ~/.config/newsboat/saved # macros con prefijo macro , open-in-browser macro d set browser "ytdl"; open-in-browser ; set browser linkhandler macro v set browser "setsid nohup mpv"; open-in-browser ; set browser linkhandler macro w set browser "tmux split-window -hp 60 && tmux send-keys 'lynx %u && tmux kill-pane\n'"; open-in-browser ; set browser linkhandler # vim: ft=conf cms=#%s