MLUG: Re: [MLUG] nano editor?
Re: [MLUG] nano editor?
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
I was wondering about pico. I do lots of C programming (or i did at one
time) and i like using the Home and End keys to get different places in
the line faster.  How do i enable these keys in pico? When i try to use
them it says "invalid" or "undefined key" or something like that.


On Wed, 4 Jul 2001, Mike Miller wrote:

> On Wed, 4 Jul 2001, Michael wrote:
> 
> > I just turn wrapping off. Simple solution. Wrapping sucks for us code
> > geeks and sysadmins. Why wrapping is a default option in a
> > non-wordprocessing enviroment I have no idea. :)
> 
> I agree.  This is what I do (line in .cshrc for tcsh/csh):
> 
> alias pico  '\pico -bdegjmwz -r74'
> 
> Here's what it does...
> 
> Possible Starting Arguments for Pico editor:
> 
> 	Argument		Meaning
> 	 -e 		Complete - allow file name completion
> 	 -k 		Cut - let ^K cut from cursor position to end of line
> 	 -a 		ShowDot - show dot files in file browser
> 	 -j 		Goto - allow 'Goto' command in file browser
> 	 -g 		Show - show cursor in file browser
> 	 -m 		Mouse - turn on mouse support
> 	 -x 		NoKeyhelp - suppress keyhelp
> 	 -q 		TermdefWins - termcap or terminfo takes precedence over defaults
> 	 -d 		Rebind - let delete key delete current character
> 	 -f 		Keys - force use of function keys
> 	 -b 		Replace - allow search and replace
> 	 -h 		Help - give this list of options
> 	 -r[#cols] 	Fill - set fill column to #cols columns, default=72
> 	 -n[#s] 	Mail - notify about new mail every #s seconds, default=180
> 	 -s <speller> 	Speller - specify alternative speller
> 	 -t 		Shutdown - enable special shutdown mode
> 	 -o <dir>	Operation - specify the operating directory
> 	 -z 		Suspend - allow use of ^Z suspension
> 	 -w 		NoWrap - turn off word wrap
> 	 +[line#] 	Line - start on line# line, default=1
> 	 -v 		View - view file
> 
> 	 All arguments may be followed by a file name to display.
> 
> --
> To manage your subscription, go to http://mlug.missouri.edu/members/edit.php
> 
> Archives are available at http://mlug.missouri.edu/list-archives/
> 

--
To manage your subscription, go to http://mlug.missouri.edu/members/edit.php

Archives are available at http://mlug.missouri.edu/list-archives/