diff options
Diffstat (limited to '.newsbeuter/config')
-rw-r--r-- | .newsbeuter/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.newsbeuter/config b/.newsbeuter/config index e392b77..84a1546 100644 --- a/.newsbeuter/config +++ b/.newsbeuter/config @@ -15,3 +15,11 @@ color article default default highlight article "^(Title):.*$" blue default highlight article "https?://[^ ]+" red default highlight article "\\[image\\ [0-9]+\\]" green default + +# vim-like navigation +bind-key j down +bind-key k up +bind-key h left +bind-key l right + +browser "qutebrowser %u" |