X-Spam-Check-By: sourceware.org Message-ID: <43A75ABD.3090105@internode.com.au> Date: Tue, 20 Dec 2005 11:43:33 +1030 From: Luke Vanderfluit User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: vim under cygwin References: <43A74FD2 DOT 70802 AT internode DOT com DOT au> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi Igor. Igor Pechtchanski wrote: >On Tue, 20 Dec 2005, Luke Vanderfluit wrote: > > > >>Hi. >> >>I'm a vi user :-) >> >>I recently started using cygwin, so forgive me if this is an obvious one. >>I want to use vi under cygwin but I'm having trouble with terminal settings. >> >>apparently these are the possible term settings. >> >>builtin_ansi >>builtin_xterm >>builtin_iris-ansi >>builtin_dumb >> >>However, none of these work right. >>Can someone advise me on the term settings for windows XP/cygwin or >>point me to an appropriate resource. >> >> > >Just to clarify: if you use the default cmd.exe "console" window (i.e., >the default Cygwin shortcut), then your TERM is "cygwin". If you use >rxvt or xterm, you'd use TERM="xterm", of course... >HTH, > > Thanks for your reply. I'm using rxvt. I use the following in cygwin.bat: bash --login -i -c 'rxvt -geometry 80x29 -sb -sl 10000 -bg Black -fg green -bd LightSeaGreen -fn Courier -font 7x15' I've tried setting term=builtin_xterm -> bad characters when using cursor, no backspace=delete to previous line as in vim set backspace=2, no info telling me which mode I'm in. term=ansi, backspace=2 -> no mode info, backspace deletes but screen doesn't show deletions until next insert (annoying, not workable) If there are any cygwin users on XP who have a nicely working vi, please let me know what your settings are. Thanks. Kind regards. Luke. -- Luke -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/