From f39d735e2ba625a31a7dbf6fb8bdd62501379ad1 Mon Sep 17 00:00:00 2001
From: zachir <zachir@librem.one>
Date: Wed, 5 Oct 2022 22:00:32 -0500
Subject: Initial Commit

---
 snownews/colors      | 21 +++++++++++++++++++++
 snownews/keybindings | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)
 create mode 100644 snownews/colors
 create mode 100644 snownews/keybindings

(limited to 'snownews')

diff --git a/snownews/colors b/snownews/colors
new file mode 100644
index 0000000..8675dde
--- /dev/null
+++ b/snownews/colors
@@ -0,0 +1,21 @@
+# Snownews color definitons
+# black:0
+# red:1
+# green:2
+# orange:3
+# blue:4
+# magenta(tm):5
+# cyan:6
+# gray:7
+# brightred:9
+# brightgreen:10
+# yellow:11
+# brightblue:12
+# brightmagenta:13
+# brightcyan:14
+# white:15
+# no color:-1
+enabled:1
+new item:5
+goto url:4
+feedtitle:-1
diff --git a/snownews/keybindings b/snownews/keybindings
new file mode 100644
index 0000000..73d0f9e
--- /dev/null
+++ b/snownews/keybindings
@@ -0,0 +1,39 @@
+# Snownews keybindings configfile
+# Main menu bindings
+add feed:a
+delete feed:D
+reload all feeds:R
+change default browser:B
+move item up:K
+move item down:J
+change feedname:r
+sort feeds:s
+categorize feed:C
+apply filter:f
+only current category:c
+mark all as read:A
+remove filter:F
+per feed filter:e
+toggle AND/OR filtering:X
+quit:q
+# Feed display menu bindings
+show feedinfo:i
+mark feed as read:n
+mark item unread:N
+# General keybindungs
+next item:j
+previous item:k
+return to previous menu:h
+reload feed:R
+force reload feed:T
+open url:o
+open item url in overview:O
+page up:b
+page down: 
+top:g
+bottom:G
+enter:l
+show new headlines:H
+help menu:?
+about:>
+type ahead find:/
-- 
cgit v1.2.3