a) Make sure you are in nocompatible mode, ":set nocp"
b) Check your 'backspace' setting. ":set bs=2" should allow you to
backspace normally in insert mode.
References:
http://comments.gmane.org/gmane.editors.vim/33436
a) Make sure you are in nocompatible mode, ":set nocp"
b) Check your 'backspace' setting. ":set bs=2" should allow you to
backspace normally in insert mode.
Pico, short for Pine Composer, started life as the built-in editor for the Pine email program. Lots of people use Pico as a text editor because they also use the friendly Pine program for email.
PINE
By default, Pine automatically checks for new mail every 2.5 minutes. (You can change this time interval with the mail-check-interval option in the SETUP CONFIGURATION screen.) Some system administrators may have globally modified this interval.
When viewing the FOLDER INDEX, you can force Pine to check for new mail by pressing ^L, or if on the last item in the Index, by pressing "N". The eXpunge command will also force a new-mail check. If you would like to have some visual indication of when Pine is checking for new mail, set the enable-mail-check-cue feature and watch for an asterisk to flash in the upper-left-hand corner of the screen. (Two asterisks mean that Pine is check-pointing --saving state changes in-- your INBOX.)
jump to start of line : ctrl-a
jump to end of line : ctrl-e
page-down : ctrl-v
page-up : ctrl-y
jump to bottom : ctrl-w ctrl-v
jump to top : ctrl-w ctrl-y
set mark (for copy) : ctrl-^
cut line (or marked text) : ctrl-k
paste : ctrl-u
delete : ctrl-d
backspace : Backspace
delete : backspace (yup, you read that right, depends on your terminal settings)
wrap text : ctrl-j
search : ctrl-w
replace : (NOTE pico needs to be started with -b for this to work) ctrl-w ctrl-r
spell-check : ctrl-t (note that pico needs to be started with -s ispell for this to work), I add this line to my .profile: alias pico='pico -s ispell' so that this can be done automatically.
get cursor position - ctrl-c
insert an external file : ctrl-r
exit (will prompt to save) : ctrl-x
sort threads : $ h
delete/mark as read all messages : ; then a then a then *
General config in .pinerc:
user-domain=domain.com
default-fcc="{email.domain.com/user=username}Sent Items"
postponed-folder={email.domain.com/user=username}Drafts
rsh-open-timeout=0
inbox-path={email.domain.com/user=username}INBOX
smtp-server=outbound.domain.com
References:
http://www.blogger.com/post-create.g?blogID=5997165761357298829
http://www.washington.edu/pine/
defscrollback 5000This sets the scrollback to 5000 lines.
Note: Do not confuse a proxy server with a NAT (Network Address Translation) device. A proxy server connects to, responds to, and receives traffic from the Internet, acting on behalf of the client computer, while a NAT device transparently changes the origination address of traffic coming through it before passing it to the Internet.
For those who understand the OSI (Open System Interconnection) model of networking, the technical difference between a proxy and a NAT is that the proxy server works on the transport layer (layer 4) or higher of the OSI model, whereas a NAT works on the network layer (layer 3).