diff options
| author | ryanss | 2015-09-04 23:59:00 -0400 |
|---|---|---|
| committer | ryanss | 2015-09-04 23:59:00 -0400 |
| commit | b4f251bf4ba95d6d9c1b03117274a3470588e5f8 (patch) | |
| tree | 07ee78d9d3ba9dc2599c28aff94fcc69da3315f4 /README.md | |
| parent | eb354aa1716d0fad88b2e59565599020a4af9706 (diff) | |
| download | vim-hn-b4f251bf4ba95d6d9c1b03117274a3470588e5f8.tar.gz | |
Improve handling of optional arg
An item_id can now be passed as the optional argument to the `:Hackernews`
command which will load that specific item into the .hackernews buffer,
whether it be a story, poll, comment thread or individual comment.
Ex. `:Hackernews 9015621`
Close #35
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -18,15 +18,8 @@ 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` + than the top stories on the front page: `ask`, `show`, `shownew`, `jobs`, + `best`, `active`, `newest`, `noobstories`, or `item id` * 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 |
