On 9/30/06, samitj <[EMAIL PROTECTED]> wrote:

HI,

I need help regarding a couple of issues I am facing in vi. I am a new vi
user...

1) vi does not allow delete to be continuted to the previous line (X), in
other words it doesnt delete the newline. How else am I supposed to append
the current line to the end of previous line. Is there way to customize to
be able to have delete continue to the previous line. I have not seen an
editor that does not allow this...

2 ways:
1) Normal-mode J
2) ':set bs=indent,eol,start' and use backspace
in insert mode

-> :he 'backspace'   :he J

Yakov

Reply via email to