feat: bind show_symbols to ctrl+shift+o in flow mode

This commit is contained in:
CJ van den Berg 2025-11-18 15:56:52 +01:00
parent c61bdd7042
commit ad583879da
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -225,6 +225,7 @@
["shift+f11", "toggle_highlight_columns"],
["ctrl+f11", "toggle_inspector_view"],
["f12", "goto_definition"],
["ctrl+shift+o", "show_symbols"],
["ctrl+space", "completion"],
["ctrl+.", "completion"],
["f34", "toggle_whitespace_mode"],