From b7e890d701f6067610fa8ca9955bf877dfa1ab70 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Tue, 15 Aug 2023 16:32:30 +0700 Subject: [PATCH] Describe keybindings --- README.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.org b/README.org index e598272..6402c17 100644 --- a/README.org +++ b/README.org @@ -11,6 +11,15 @@ language. ** Showcase +** Keybindings + +You can increment/decrement P or Q using the keyboard. + +- Increment P: ~p~ +- Increment Q: ~q~ +- Decrement P: ~w~ +- Decrement Q: ~o~ + ** Building with Elm 0.18.0 To install the binaries manually, follow this short guide; - [[https://sirfitz.medium.com/install-elm-0-18-0-in-2021-3f64ce298801][Install Binaries]]