diff options
| author | ryanss | 2015-09-05 23:59:00 -0400 |
|---|---|---|
| committer | ryanss | 2015-09-05 23:59:00 -0400 |
| commit | db9dae9db16473b860c0a1b7ae3756f1a8781f5a (patch) | |
| tree | 36e537c5b5e3b0cd7bbaa8c33527b909fb71ed5a /README.md | |
| parent | b4f251bf4ba95d6d9c1b03117274a3470588e5f8 (diff) | |
| download | vim-hn-db9dae9db16473b860c0a1b7ae3756f1a8781f5a.tar.gz | |
Add basic search
Plugin will now display search results from Algolia search API when
optional argument passed to `:HackerNews` command is not an alternative
page name (ask, show, etc) or item id. Currently only sorted by
popularity with no ability to sort other ways.
Close #26
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ 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: `ask`, `show`, `shownew`, `jobs`, - `best`, `active`, `newest`, `noobstories`, or `item id` + `best`, `active`, `newest`, `noobstories`, `<item id>`, or `<search query>` * 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 |
