From faf7a8cbc47a07a9b05e9f16021b02b2d32cb034 Mon Sep 17 00:00:00 2001 From: ryanss Date: Sat, 7 Feb 2015 16:58:27 -0500 Subject: Add basic usage notes to the README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8cdbb59..4159e92 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,17 @@ to retrieve home page stories and comments and as text. +Basic Usage +----------- + +* Open the Hacker News home page in Vim by executing the `:HackerNews` command +* 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) +* Press `Ctrl+r` to go forward (or whatever you're remapped `redo` to) +* Execute the `:bd` command to close and remove the Hacker News buffer + + Installation ------------ -- cgit v1.2.3