From 7d03bf6cd582741fd5f2096eee0f8190a4ffa8f5 Mon Sep 17 00:00:00 2001 From: Adrien Lemaire Date: Tue, 12 Mar 2019 17:56:19 +0900 Subject: [PATCH] docs: move flashcards tip to llpp.adoc --- adoc/llpp.adoc | 7 +++++++ help.ml | 4 ---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/adoc/llpp.adoc b/adoc/llpp.adoc index c66d6f7..9af4bdb 100644 --- a/adoc/llpp.adoc +++ b/adoc/llpp.adoc @@ -62,6 +62,13 @@ Set page height for reflowable documents (-1 == default, 0 == unlimited) -v:: Print version and exit +== KEY BINDINGS +Open a document with llpp, then press `F1` or `h` to switch to help mode. + +To remember all key bindings, an Anki deck has been made available: + + https://ankiweb.net/shared/info/1547122548 + == FILES === ~/.config/llpp.conf diff --git a/help.ml b/help.ml index cec263c..1f5c60b 100644 --- a/help.ml +++ b/help.ml @@ -170,10 +170,6 @@ selection command otherwise o Text selection is limited to a single page o Text searching is very naive|};; ------Flashcards----- -To remember the shortcuts, an Anki deck has been made available: - https://ankiweb.net/shared/info/1547122548 - open Utils;; let gotourl launcher url = -- 2.11.4.GIT