[Done] Keyboard shortcut for import sorting

Could we have a keyboard shortcut for sorting imports? Preferably one that works whilst in normal mode when vim bindings are enabled.

1 Like

should now work with alt + shift + o

Note this only works if you’ve customised your ruff settings to include "I" or "I001" in your lint.select options
see: unsorted-imports (I001) | Ruff

1 Like