SpartanJ / ecode

Lightweight multi-platform code editor designed for modern hardware with a focus on responsiveness and performance.
MIT License
919 stars 13 forks source link

Shift indent forward/backward for a block of code #295

Closed Curculigo closed 2 months ago

Curculigo commented 2 months ago

On the editor I'm currently use, you select the block of code and press shortcut keys. It's very simple.

SpartanJ commented 2 months ago

This is already supported. This is done with the tab key for indent and shift+tab for un-indent. Feel free to change the keybindings ( Edit -> Keybindings ).