diff options
| author | ryanss | 2015-03-08 23:59:00 -0400 |
|---|---|---|
| committer | ryanss | 2015-03-08 23:59:00 -0400 |
| commit | 8fc26f851f08a9b59464e2ac8268e520b1c12565 (patch) | |
| tree | 0479ecb49b832a4986daeeca088aa68e5f3885c0 /README.md | |
| parent | 559cdcd280bebe54b5b4f977a6c428d3abc3c995 (diff) | |
| download | vim-hn-8fc26f851f08a9b59464e2ac8268e520b1c12565.tar.gz | |
Add ability to view alternate pages, Closes #27
ask, show, shownew, jobs, best, active, newest, noobstories
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -17,6 +17,16 @@ Basic Usage ----------- * Open the Hacker News front page in Vim by executing the `:HackerNews` command +* The HackerNews command takes an optional parameter to view items other + than the top stories on the front page: + * `:HackerNews ask` + * `:HackerNews show` + * `:HackerNews shownew` + * `:HackerNews jobs` + * `:HackerNews best` + * `:HackerNews active` + * `:HackerNews newest` + * `:HackerNews noobstories` * Press lowercase `o` to open links in Vim * Press uppercase `O` to open links in default web browser * Numbered lines with story titles on the front page link to the story url |
