mg
mg copied to clipboard
indent-region feature
I think this is really useful. For example
int x = 1;
if (x == 1) {
printf("x: %d", x);
/* more stuff */
}
If you decide to remove the if block, you would have to manually press backspace in each line.