diff options
Diffstat (limited to 'snownews')
-rw-r--r-- | snownews/colors | 21 | ||||
-rw-r--r-- | snownews/keybindings | 39 |
2 files changed, 60 insertions, 0 deletions
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:/ |