summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--.newsboat/config27
2 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f8f2c33
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.newsboat/*
+!.newsboat/config
diff --git a/.newsboat/config b/.newsboat/config
new file mode 100644
index 0000000..0113c3c
--- /dev/null
+++ b/.newsboat/config
@@ -0,0 +1,27 @@
+browser open
+show-keymap-hint no
+
+feedlist-title-format "%?F?Feeds&Your feeds? (%u/%t)%?F? matching filter '%F'&?%?T? - tag '%T'&?"
+articlelist-title-format "Articles in feed '%T' (%u unread, %t total)%?F? matching filter '%F'&? - %U"
+searchresult-title-format "Search results for '%s' (%u unread, %t total)%?F? matching filter '%F'&?"
+filebrowser-title-format "%?O?Open File&Save File? - %f"
+dirbrowser-title-format "%?O?Open Directory&Save File? - %f"
+help-title-format "Help"
+selecttag-title-format "Select Tag"
+selectfilter-title-format "Select Filter"
+itemview-title-format "Article '%T' (%u unread, %t total)"
+urlview-title-format "URLs"
+dialogs-title-format "Dialogs"
+
+color title blue default bold
+color listfocus white default standout
+color listfocus_unread white default standout
+
+bind-key h quit
+bind-key j down
+bind-key k up
+bind-key l open
+bind-key o open
+bind-key b open-in-browser feedlist article
+bind-key b open-in-browser-and-mark-read articlelist
+bind-key ~ toggle-show-read-feeds