summaryrefslogtreecommitdiff
path: root/Pancake.hs
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-11-28 13:48:06 +0300
committerdefanor <defanor@uberspace.net>2017-11-28 13:48:06 +0300
commit95b669faeaca543eef02bd076e7c368e23a7463d (patch)
tree14a78bef631b6cca202375edded44e8bccbf1a72 /Pancake.hs
parent151e3d381b3beedacff475f439c6340a656bc8c3 (diff)
Use [ and ] instead of b and f for history navigation
Akin to info viewers, and these won't interfere with link enumeration. Also use "quit" instead of "q".
Diffstat (limited to 'Pancake.hs')
-rw-r--r--Pancake.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pancake.hs b/Pancake.hs
index 0c9db1e..550dbb3 100644
--- a/Pancake.hs
+++ b/Pancake.hs
@@ -288,7 +288,7 @@ command (GoTo t RCurrent) = do
command Help = do
st <- get
putErrLn $ intercalate "\n"
- [ "basic commands: [b]ack, [f]orward, ',' to reload"
+ [ "basic commands: [ and ] to go back or forward, ',' to reload"
, "<URI> or [,]<number> to open a document" ]
when (paginate $ conf st) $ putErrLn "RET to scroll"
command (Show n) = do