feat: bind f11 to show_logview
And remove hidden alt+l binding.
This commit is contained in:
parent
be4f939b26
commit
36ac002481
1 changed files with 1 additions and 2 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue