From 95b669faeaca543eef02bd076e7c368e23a7463d Mon Sep 17 00:00:00 2001 From: defanor Date: Tue, 28 Nov 2017 13:48:06 +0300 Subject: 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". --- Pancake.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Pancake.hs') 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" , " or [,] to open a document" ] when (paginate $ conf st) $ putErrLn "RET to scroll" command (Show n) = do -- cgit v1.2.3