On 2009-10-05, Gary Johnson wrote:
> When I run vim in an rxvt terminal, and I execute a shell command
> such as
>
> :!ls
>
> there are no carriage returns in the output, only line feeds at the
> ends of the lines, so the lines stair-step across the terminal
> window.
[...]
> This looks to me
When I run vim in an rxvt terminal, and I execute a shell command
such as
:!ls
there are no carriage returns in the output, only line feeds at the
ends of the lines, so the lines stair-step across the terminal
window.
This has been a problem for as long as I've been using vim on
Cygwin. The
On Thursday 28 February 2002 04:30 am, Fergus Daly wrote:
> The recent installation of vim lacks the default startup file that earlier
> vesions had. So: place in your home directory (/home/alec/ or whatever) a
> file called .vimrc (note the dot) containing
>
> set nocompatible
> set backspace=ind
Fergus Daly wrote:
>
> In your command line for rxvt try
>
> rxvt --backspacekey ^H -e bash
>
> which might help.
Or you could set it in your Xdefaults file like this:
$ cat ~/.Xdefaults
XTerm.scrollBar: False
XTerm.saveLines: 2000
XTerm.font: Lucida Console-16
Rxvt.backspacekey: ^H
If y
does the :version display +syntax?
if yes, do syntax on
vipin
- Original Message -
From: "Alec" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 28, 2002 2:03 PM
Subject: Re: VIM in rxvt & syntax highlighting
> On Thursday 28 F
The recent installation of vim lacks the default startup file that earlier
vesions had. So: place in your home directory (/home/alec/ or whatever) a
file called .vimrc (note the dot) containing
set nocompatible
set backspace=indent,eol,start
set backup
set history=50
set ruler
set background=dark
On Thursday 28 February 2002 03:08 am, Fergus Daly wrote:
> In your command line for rxvt try
>
> rxvt --backspacekey ^H -e bash
>
> which might help.
It does. However, there's another problem I just noticed:
The syntax highlighting isn't colored, but black and white. What can I do
about tha
In your command line for rxvt try
rxvt --backspacekey ^H -e bash
which might help.
Fergus
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://
Hi
When I run rxvt with "rxvt -e bash", and then launch vim, backspace doesn't
work in the command mode, and both backspace and the arrow keys print funny
characters in the input mode instead of moving the cursor or deleting
characters. Is this a bug? Can it be fixed. Is there a work-around?
9 matches
Mail list logo