From 36ac0024818fd52a051bd507cbd1ba45a3d14f36 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Fri, 10 Apr 2026 13:50:50 +0200 Subject: [PATCH] feat: bind f11 to show_logview And remove hidden alt+l binding. --- src/keybind/builtin/flow.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 4469e89c..6c5ab7de 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -46,7 +46,6 @@ ["alt+shift+p", "open_command_palette"], ["alt+n", "goto_next_file_or_diagnostic"], ["alt+p", "goto_prev_file_or_diagnostic"], - ["alt+l", "toggle_panel"], ["alt+i", "toggle_inputview"], ["alt+k", "toggle_keybindview"], ["alt+x", "open_command_palette"], @@ -56,7 +55,7 @@ ["ctrl+k ctrl+s", "insert_command_name"], ["f9", "theme_prev"], ["f10", "theme_next"], - ["f11", "toggle_panel"], + ["f11", "show_logview"], ["alt+f11", "toggle_color_scheme"], ["alt+f9", "panel_next_widget_style"], ["shift+alt+f9", "hint_window_next_widget_style"],