I want to define two key-bindings to indent/unindent region by 4 spaces.
Before:
hello
world
foo
bar
- Visually select
worldandfoo. - Type >
After:
hello
world
foo
bar
I also want to bind < to unindent region.
I'm not familiar with emacs, please help.