Un-mapping commands in Vim
Solution 1:
:unmap <Tab>
to get the default behavior back.
use :x>>
to indent x number of lines (from where the cursor is)
:unmap <Tab>
to get the default behavior back.
use :x>>
to indent x number of lines (from where the cursor is)