From 6e5e5315f56091d5ec306c688331d71b6713f416 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 17 Nov 2025 17:59:50 +0100 Subject: [PATCH] feat: bind open_config to alt+f5 And clean-up some rarely used debugging keybinds. --- src/keybind/builtin/flow.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index c608c42..6c17dfc 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -56,6 +56,7 @@ ["ctrl+0", "reset_fontsize"], ["ctrl+plus", "adjust_fontsize", 1.0], ["ctrl+minus", "adjust_fontsize", -1.0], + ["alt+f5", "open_config"], ["f5", ["create_scratch_buffer", "*test*"], ["shell_execute_insert", "zig", "build", "test"]], ["f7", ["create_scratch_buffer", "*build*"], ["shell_execute_insert", "zig", "build"]], ["ctrl+f6", "open_version_info"], @@ -113,7 +114,7 @@ ["ctrl+kp_right", "move_word_right"], ["ctrl+backspace", "delete_word_left"], ["ctrl+delete", "delete_word_right"], - ["ctrl+f5", "toggle_inspector_view"], + ["alt+shift+f5", "toggle_inspector_view"], ["ctrl+f10", "toggle_whitespace_mode"], ["ctrl+f12", "goto_implementation"], ["ctrl+shift+s", "save_as"], @@ -216,8 +217,6 @@ ["f2", "rename_symbol"], ["f3", "goto_next_match"], ["f15", "goto_prev_match"], - ["ctrl+f5", "dump_current_line_tree"], - ["ctrl+f7", "dump_current_line"], ["f9", "theme_prev"], ["f10", "theme_next"], ["f11", "toggle_panel"], @@ -360,7 +359,6 @@ ["f", "change_fontface"], ["ctrl+f ctrl+f ctrl+f ctrl+f ctrl+f", "home_sheeran"], ["ctrl+shift+r", "restart"], - ["f6", "open_config"], ["v", "open_version_info"], ["ctrl+q", "quit"], ["q", "quit"],