|
#1
| ||||
| ||||
| I need my TAB TAB, sorry not the soda In 10.0-10.1.5 I was able to use the tab key to do some neat terminal stuff. One of my favorite uses for it was >man (space) (tab) Which gave me a listing of all the manual entries! Very helpful for UNIX newbies. In 10.2 if I hit the (tab) key, I just get a audible bell. Is there an alternative method/way I could get my tab back? Thanks
__________________
|
|
#2
| ||||
| ||||
| Just add the line 'set autolist' to /etc/csh.login. You can do this with one command: sudo echo 'set autolist' >> /etc/csh.login That should append it to the end of the file. Just close the Terminal window and open a new one, and you'll be all set.
__________________ You can have my iBook when you pry it from my cold, dead fingers. iBook - The computer of choice for the enlightened CS major. Come on Apple, let me do a commercial. ;-) "An alloc a day keeps the DRAM away!" |
|
#3
| |||
| |||
| Deja vu. |
|
#4
| ||||
| ||||
| Getting closer Thanks for the help davidbrit2. However now tab only works for displaying directories and still not for "man (space) (tab)" If it makes any difference for the resolution, I couldn't sudo the command. Instead i had to log on as root in the terminal.
__________________
|
|
#5
| ||||
| ||||
| I don't think the shell will autocomplete arguments based on your path. In other words, it won't try to autocomplete the command name after man. Sometimes it seems like the autocompletion isn't 100% consistent in its behavior.
__________________ You can have my iBook when you pry it from my cold, dead fingers. iBook - The computer of choice for the enlightened CS major. Come on Apple, let me do a commercial. ;-) "An alloc a day keeps the DRAM away!" |
|
#6
| |||
| |||
| Yes, I should also say thanks for the tip, actually. I'd used bash before which does the tab stuff and was missing it. It seems to be pretty similar now. (I was going to switch to bash but no need now, I guess) I have another machine with 10.1.x at work so I'll try to remember to have a look when I go back and see if the man page thing behaves nicely with tab.. and if it does, I'll try to figure out what the difference is. Cheers |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cron tab help | profx | Unix & X11 | 4 | January 29th, 2003 06:53 PM |
| Getting TAB to display possible commands in terminal under jaguar | egilDOTnet | Unix & X11 | 2 | September 9th, 2002 10:32 AM |
| Terminal: Where have thy tab completion gone? | reverendsin | Unix & X11 | 3 | August 27th, 2002 08:53 AM |
| Apple + Tab = Cool | twister | Apple News, Rumors & Discussion | 26 | May 7th, 2002 08:30 PM |
| TAB in terminal, more than just ``ls'' | Gwailo | Mac OS X System & Mac Software | 9 | April 26th, 2002 12:05 PM |