[SOLVED]Vim shortcut

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
jamiel
Forum Contributor
Posts: 276
Joined: Wed Feb 22, 2006 5:17 am
Location: London, United Kingdom

[SOLVED]Vim shortcut

Post by jamiel »

Anyone know a trick in vim to tab or indent the next X amount of lines? Will come in handy when I decide I want to put a condition around a block of code, and need to add an extra indent to the next say 5 lines?
Last edited by jamiel on Fri Jul 07, 2006 3:54 am, edited 1 time in total.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

Code: Select all

>5>
Post Reply