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 /doc | |
| 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 'doc')
| -rw-r--r-- | doc/hackernews.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/hackernews.txt b/doc/hackernews.txt index 72e4f85..dc6ef13 100644 --- a/doc/hackernews.txt +++ b/doc/hackernews.txt @@ -9,6 +9,16 @@ Version: 0.1.1 BASIC USAGE *hackernews-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 |
