I\'m looking for a way in emacs to shift text to the right or to the left by n spaces. A similar functionality that it in vim << or >>
n
<<
>>
You could select the region then C-u C-x will shift 4 spaces. You can type a number after C-u to change 4 to anything else.
C-u C-x