From 6a418db852c58ba781eb090a9be0fcd2c8d7ad62 Mon Sep 17 00:00:00 2001 From: Miguel Granero Date: Sat, 14 Feb 2026 00:43:24 +0100 Subject: [PATCH] feat: add default keybinding to open project tree palette --- 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 bb2d412..e7f195a 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -28,6 +28,7 @@ ["ctrl+w", "close_split"], ["ctrl+o", "open_file"], ["ctrl+e", "open_recent"], + ["ctrl+shift+o", "open_project_file_tree"], ["alt+o", "open_previous_file"], ["ctrl+shift+t", "restore_closed_tab"], ["ctrl+shift+f5", "reload_file"],