diff options
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 + |