diff options
| author | ryanss | 2015-02-19 21:49:21 -0500 |
|---|---|---|
| committer | ryanss | 2015-02-19 21:55:50 -0500 |
| commit | 2b910b5b03517711188ae8aed0cb510cc7b8679f (patch) | |
| tree | 5dfba213884be9dfdd77b9b82e9bdcf733ac90cc /README.md | |
| parent | 5712aafb874ce19b38881ddb4a0e158f6741dae5 (diff) | |
| download | vim-hn-2b910b5b03517711188ae8aed0cb510cc7b8679f.tar.gz | |
Add motion to move between items on front page easier
From @alexluecke PR #8
Closes #3
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 7 insertions, 11 deletions
@@ -16,7 +16,8 @@ as text. Basic Usage ----------- -* Open the Hacker News home page in Vim by executing the `:HackerNews` command +* Open the Hacker News front page in Vim by executing the `:HackerNews` command +* Move between items on the front page with uppercase `J` and `K` * Press lowercase `o` to open links in Vim * Press uppercase `O` to open links in default web browser * Press lowercase `u` to go back (or whatever you've remapped `undo` to) @@ -43,17 +44,12 @@ NeoBundle 'ryanss/vim-hackernews' ``` -Roadmap -------- +Running Tests +------------- -* Add option to format text like different programming languages to make it - less obvious that you are reading Hacker News in Vim -* Add configuration value for custom text width -* Add configuration value to specify external browser -* Move away from unofficial API by creating server to cache official Hacker - News API data -* Move away from fuckyeahmarkdown.com by creating server that uses - python-readability to convert article HTML to text +```bash +$ vim -c Vader! tests.vader +``` Contributions |
