feat: add toggle_highlight_columns command (shift+f11)

This commit is contained in:
CJ van den Berg 2025-04-30 09:59:59 +02:00
parent ce2c370cfd
commit df70384b7b
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 12 additions and 1 deletions

View file

@ -157,6 +157,7 @@
["f9", "theme_prev"],
["f10", "theme_next"],
["f11", "toggle_panel"],
["shift+f11", "toggle_highlight_columns"],
["ctrl+f11", "toggle_inspector_view"],
["f12", "goto_definition"],
["f34", "toggle_whitespace_mode"],