From 2344fd375cf8b3cf0efba8177d3794523fae9a80 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sat, 18 May 2024 09:56:05 -0500 Subject: Update keybindings --- lib/todos.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/todos.ml') diff --git a/lib/todos.ml b/lib/todos.ml index 54a0d95..e5b0084 100644 --- a/lib/todos.ml +++ b/lib/todos.ml @@ -88,7 +88,7 @@ let rec render ; content = content |> Array.of_list ; content_pretty = Array.of_list content_pretty } - | `Key (`ASCII 'r', []) -> + | `Key (`ASCII 's', []) -> let (input_state : Input_prompt.state) = { screen = img ; user_input = "" -- cgit v1.2.3