feat: bind show_symbols to ctrl+shift+o in flow mode
This commit is contained in:
parent
226cf62dcc
commit
ff43d5c52e
1 changed files with 1 additions and 0 deletions
|
|
@ -225,6 +225,7 @@
|
||||||
["shift+f11", "toggle_highlight_columns"],
|
["shift+f11", "toggle_highlight_columns"],
|
||||||
["ctrl+f11", "toggle_inspector_view"],
|
["ctrl+f11", "toggle_inspector_view"],
|
||||||
["f12", "goto_definition"],
|
["f12", "goto_definition"],
|
||||||
|
["ctrl+shift+o", "show_symbols"],
|
||||||
["ctrl+space", "completion"],
|
["ctrl+space", "completion"],
|
||||||
["ctrl+.", "completion"],
|
["ctrl+.", "completion"],
|
||||||
["f34", "toggle_whitespace_mode"],
|
["f34", "toggle_whitespace_mode"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue