aboutsummaryrefslogtreecommitdiff
path: root/lib/done.ml
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-18 09:56:05 -0500
committerMarc Coquand <marc@mccd.space>2024-05-18 09:56:05 -0500
commit2344fd375cf8b3cf0efba8177d3794523fae9a80 (patch)
treeda480822a3f36855a6ea56d4ea1533d185567d91 /lib/done.ml
parent50ca4e102ffb3219e9ad22b717696dee9d0f4bd6 (diff)
downloadstitch-2344fd375cf8b3cf0efba8177d3794523fae9a80.tar.gz
stitch-2344fd375cf8b3cf0efba8177d3794523fae9a80.tar.bz2
stitch-2344fd375cf8b3cf0efba8177d3794523fae9a80.zip
Update keybindings
Diffstat (limited to 'lib/done.ml')
-rw-r--r--lib/done.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/done.ml b/lib/done.ml
index a93f88b..a7bfd61 100644
--- a/lib/done.ml
+++ b/lib/done.ml
@@ -76,7 +76,7 @@ let rec render
| `Mouse ((`Press _ | `Drag), (_, y), _) ->
render t { state with pos = 0, min y content_end }
| `Key (`ASCII '?', []) -> Help_screen.render t { go_back = (fun () -> render t state) }
- | `Key (`ASCII 'r', []) ->
+ | `Key (`ASCII 's', []) ->
let (input_state : Input_prompt.state) =
{ screen = img
; user_input = ""