You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how2 -l vi indent multiple lines quicly
Use the <kbd>></kbd> command. To indent 5 lines, <kbd>5</kbd><kbd>></kbd><kbd>></kbd>. To mark a block of lines and indent it, <kbd>V</kbd><kbd>j</kbd><kbd>j</kbd><kbd>></kbd> to indent 3 lines (vim only). To indent a curly-braces block, put your cursor on one of the curly braces and use <kbd>></kbd><kbd>%</kbd>.
....
It's really cumbersome to read but I don't know how it should be displayed on the cli.
Can a background color do the trick ?
The text was updated successfully, but these errors were encountered:
To reproduce :
It's really cumbersome to read but I don't know how it should be displayed on the cli.
Can a background color do the trick ?
The text was updated successfully, but these errors were encountered: