![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| su auto run help | Ehab | UNIX for Dummies Questions & Answers | 3 | 09-24-2007 08:46 AM |
| Indent output of an UNIX command | ssray23 | UNIX for Dummies Questions & Answers | 2 | 12-08-2005 11:52 AM |
| [non-important] Indent here-docs? | yongho | UNIX for Dummies Questions & Answers | 4 | 06-21-2005 10:51 AM |
| auto run | whatisthis | Shell Programming and Scripting | 1 | 11-24-2004 07:12 PM |
| vim indent | Virtuosso | UNIX for Dummies Questions & Answers | 4 | 02-06-2003 05:15 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi,
I use vi for my text editing. Is there a way to use smart indentation? that is when adding a '{' or '}' that the editor will jump and advance, or any other thing like that? thanks |
|
|||||
|
use :set tabstop=N
I know that you can use a setting called tabstop.
First, do a " :set all" to see the settings. Then do a " :set tabstop=N" where N is some number. This will allow you to use the tab in edit mode to advance N spaces. I know there is a way to set hot keys for certain actions or words but can't remember right now. I know it has been addressed before on this site. There is a pamphlet and a book as well about VI from O'Reilly which are both very good. Here is one link that may help as well. http://www.thomer.com/vi/vi.html ![]() |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|