From a8758eeec141d84717ad537c1d42cabf6f0f504a Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Fri, 23 May 2025 11:11:00 +0200 Subject: [PATCH] feat: add flow mode keybinding to reload_file --- src/keybind/builtin/flow.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 4de41a2..9f1a43a 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -10,6 +10,7 @@ ["ctrl+w", "quit"], ["ctrl+o", "open_file"], ["ctrl+e", "open_recent"], + ["ctrl+shift+f5", "reload_file"], ["ctrl+k ctrl+t", "change_theme"], ["ctrl+shift+p", "open_command_palette"], ["ctrl+shift+q", "quit_without_saving"],