diff options
author | self <george@gabbott.dev> | 2022-06-26 19:55:45 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-06-26 19:55:45 +0100 |
commit | 60e1ef527ea6d1eaa613ae25f0370a0f7d7737de (patch) | |
tree | a15dfbafccfac2aef0598232c8f7d6943d1805a5 /newsboat | |
parent | 7129ced25911a0ff9e41088bf92a64535f4eb4a8 (diff) |
Some keybindings for newsboat
Diffstat (limited to 'newsboat')
-rw-r--r-- | newsboat/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/newsboat/config b/newsboat/config index 784158a..6ca24fc 100644 --- a/newsboat/config +++ b/newsboat/config @@ -11,3 +11,11 @@ highlight feedlist " " default default invis color listfocus yellow default standout underline bold color listfocus_unread yellow default standout underline bold +bind-key G end +bind-key g home +bind-key j down +bind-key k up +bind-key - quit +text-width 74 +cleanup-on-quit yes + |