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"],