diff options
author | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
commit | f39d735e2ba625a31a7dbf6fb8bdd62501379ad1 (patch) | |
tree | d17c96714c930e0b8bc75616cc9c81b961ed5aa0 /snownews/keybindings |
Initial Commit
Diffstat (limited to 'snownews/keybindings')
-rw-r--r-- | snownews/keybindings | 39 |
1 files changed, 39 insertions, 0 deletions
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:/ |