|
-
Feb 2nd, 2007, 10:35 AM
#1
Thread Starter
Addicted Member
How to indent code. And vim.
Main question:
Suppose there's a block of code I want to indent. How do I accomplish this without placing the cursor on each individual line and pressing tab for each line?
Auxiliary question:
Also, does anyone know if there's a vim/vi editor plugin that works with the Visual Basic IDE (I'm using the IDE that comes when you click on "Tools | Visual Basic" from an Excel spreadsheet.)
If there's no vi/vim plugin for this IDE, is it possible to write one? Where would be a good place to start reading on how to write such a thing?
Thanks!
-
Feb 2nd, 2007, 10:38 AM
#2
Re: How to indent code. And vim.
1. Select code.
2. Press Tab to indent/Shift+Tab to unindent.
-
Feb 2nd, 2007, 10:41 AM
#3
Thread Starter
Addicted Member
Re: How to indent code. And vim.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|