diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-18 09:56:05 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-18 09:56:05 -0500 |
commit | 2344fd375cf8b3cf0efba8177d3794523fae9a80 (patch) | |
tree | da480822a3f36855a6ea56d4ea1533d185567d91 /lib/todos.ml | |
parent | 50ca4e102ffb3219e9ad22b717696dee9d0f4bd6 (diff) | |
download | stitch-2344fd375cf8b3cf0efba8177d3794523fae9a80.tar.gz stitch-2344fd375cf8b3cf0efba8177d3794523fae9a80.tar.bz2 stitch-2344fd375cf8b3cf0efba8177d3794523fae9a80.zip |
Update keybindings
Diffstat (limited to 'lib/todos.ml')
-rw-r--r-- | lib/todos.ml | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "" |