commit 148070a1c6aaf9e83ca3cb77d261f990521df1a7
parent dbfd255599c01e2fdb9e094ff0a35935eaa825d6
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 20 Jul 2018 22:56:09 -0400
Improve newsboat keybinds
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/links/.newsboat/config b/links/.newsboat/config
@@ -1,5 +1,6 @@
# https://newsboat.org/releases/2.12/docs/newsboat.html#_first_steps
+bind-key i quit
bind-key j next
bind-key k prev
bind-key a mark-feed-read
@@ -8,12 +9,16 @@ bind-key g home
bind-key G end
bind-key s sort
bind-key S rev-sort
+bind-key o open-in-browser-and-mark-read
+bind-key O open-all-unread-in-browser-and-mark-read
bind-key | pipe-to
bind-key ^U pageup
bind-key ^D pagedown
+bind-key SPACE macro-prefix
unbind-key J
unbind-key K
+unbind-key C
unbind-key pageup
unbind-key pagedown
unbind-key home