summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorryanss2015-02-19 21:49:21 -0500
committerryanss2015-02-19 21:55:50 -0500
commit2b910b5b03517711188ae8aed0cb510cc7b8679f (patch)
tree5dfba213884be9dfdd77b9b82e9bdcf733ac90cc /doc
parent5712aafb874ce19b38881ddb4a0e158f6741dae5 (diff)
downloadvim-hn-2b910b5b03517711188ae8aed0cb510cc7b8679f.tar.gz
Add motion to move between items on front page easier
From @alexluecke PR #8 Closes #3
Diffstat (limited to 'doc')
-rw-r--r--doc/hackernews.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/hackernews.txt b/doc/hackernews.txt
index f993029..b382245 100644
--- a/doc/hackernews.txt
+++ b/doc/hackernews.txt
@@ -8,7 +8,8 @@ Version: 0.1.1
BASIC USAGE *hackernews-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)