diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-03-07 23:30:52 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-03-07 23:30:52 +0000 |
commit | 9808bfa54e37ce9d387de5f4f311e64b998b9dbf (patch) | |
tree | 24ba1bac308cba60ebeab5723300dce8eddcbb67 | |
parent | da16b25aafa64ec88948ad5f764736e2abbaaba1 (diff) |
Change keybindings newsbeuter
-rw-r--r-- | .newsbeuter/config | 8 | ||||
-rw-r--r-- | .newsbeuter/urls | 9 |
2 files changed, 14 insertions, 3 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" diff --git a/.newsbeuter/urls b/.newsbeuter/urls index ab4991d..769e12f 100644 --- a/.newsbeuter/urls +++ b/.newsbeuter/urls @@ -1,3 +1,6 @@ -https://www.urbainvaes.com/git/dotfiles.git/master/rss/ -https://stallman.org/rss/rss.xml -http://www.aaronsw.com/2002/feeds/pgessays.rss +https://www.urbainvaes.com/git/dotfiles.git/master/rss/ tech +http://bknguyen.org/cgit/dotfiles.git/atom/?h=master tech +http://www.aaronsw.com/2002/feeds/pgessays.rss blog +https://stallman.org/rss/rss.xml news +http://hnrss.org/newest?points=50 news +http://static.fsf.org/fsforg/rss/news.xml news |