![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| repeat character with printf | ripat | Shell Programming and Scripting | 11 | 10-29-2008 06:19 PM |
| repeat pattern without using excel | ajp7701 | Shell Programming and Scripting | 3 | 03-14-2008 09:28 PM |
| to copy and repeat | falcondown01 | Shell Programming and Scripting | 4 | 09-07-2007 05:15 PM |
| FTP repeat sending files | Euler04 | Shell Programming and Scripting | 1 | 11-24-2005 11:46 AM |
| any idea to repeat a action in VI | myelvis | UNIX for Dummies Questions & Answers | 6 | 11-26-2003 03:21 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Repeat Commands
On my system I use Escape "k" to go back in commands. I read on tutorials that it is ctrl p, but that does not work on my system.
Anyone know what the command to go foward is? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
It depends on yr EDITOR setting u have.
for EDITOR as vi ... ESC + k navaigates to previous commands. CTRL + P .. i think that is for emacs editor. do either set -o vi or set -o emacs after exporting the EDITOR=vi or EDITOR=emacs. |
|
#3
|
||||
|
||||
|
Quote:
ESC and k in vi mode |
|
#4
|
||||
|
||||
|
Quote:
ESC + k moves backward ESC + j moves forward |
|
#5
|
|||
|
|||
|
google, esc+j is the one, thx.
However I do not have to be in vi to use the command, it works right from the command line. |
|
#6
|
||||
|
||||
|
Quote:
Cheers ZB |
|
#7
|
|||
|
|||
|
zazzy, thank you. I do see vi set to "on".
|
|||
| Google The UNIX and Linux Forums |