<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: vim &amp;amp; active backspace key in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/vim-amp-active-backspace-key/m-p/3254122#M71772</link>
    <description>Check stty -a&lt;BR /&gt;&lt;BR /&gt;Check your backspace settings in /etc/profile and or .bash_profile&lt;BR /&gt;&lt;BR /&gt;See if the results are consistent with other telnet/ssh clients, remote and local. &lt;BR /&gt;&lt;BR /&gt;I am using the same release of Red Hat to type this post and DO NOT have the same results.&lt;BR /&gt;&lt;BR /&gt;Maybe I accidentally got something right.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 20 Apr 2004 19:42:15 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-04-20T19:42:15Z</dc:date>
    <item>
      <title>vim &amp; active backspace key</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vim-amp-active-backspace-key/m-p/3254119#M71769</link>
      <description>O/S: RedHat 3.0 AS&lt;BR /&gt;&lt;BR /&gt;The BACKSPACE key works fine under&lt;BR /&gt;all other applications.&lt;BR /&gt;&lt;BR /&gt;When I use &lt;VIM&gt; the backspace key is &lt;BR /&gt;always active: if I position the cursor on a line, and press the backspace key, it begins deleting text. Not only that, but it deletes text to the right of it, not to the left.&lt;BR /&gt;&lt;BR /&gt;How can I make it inactive during visual mode,&lt;BR /&gt;and delete text to the left during insertion mode?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;tonyp&lt;BR /&gt;&lt;/VIM&gt;</description>
      <pubDate>Tue, 20 Apr 2004 15:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vim-amp-active-backspace-key/m-p/3254119#M71769</guid>
      <dc:creator>tony j. podrasky</dc:creator>
      <dc:date>2004-04-20T15:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: vim &amp; active backspace key</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vim-amp-active-backspace-key/m-p/3254120#M71770</link>
      <description>Within 'vim', if you type 'set', what its the setting 'backspace' set too?&lt;BR /&gt;&lt;BR /&gt;As 'backspace=2' on my system, it will move the cursor in non-edit mode, and delete-char-to-left in insert mode.</description>
      <pubDate>Tue, 20 Apr 2004 18:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vim-amp-active-backspace-key/m-p/3254120#M71770</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-04-20T18:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: vim &amp; active backspace key</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vim-amp-active-backspace-key/m-p/3254121#M71771</link>
      <description>Hey Stuart;&lt;BR /&gt;&lt;BR /&gt;It is set to backspace=2.&lt;BR /&gt;&lt;BR /&gt;I found that the problem was with the&lt;BR /&gt;terminal environment: somehow &lt;STTY erase="^h"&gt; instead of ^?.&lt;BR /&gt;&lt;BR /&gt;When I changed that, all was well.&lt;BR /&gt;&lt;BR /&gt;It sure is great having several LINUX boxes handy with difference revs of the O/S. &lt;BR /&gt;&lt;BR /&gt;I just U/G'd to RH 3.0 AS from RH 6.1 - only because the ancient Netscape browser was choking on .asp pages.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;tonyp&lt;BR /&gt;&lt;/STTY&gt;</description>
      <pubDate>Tue, 20 Apr 2004 18:35:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vim-amp-active-backspace-key/m-p/3254121#M71771</guid>
      <dc:creator>tony j. podrasky</dc:creator>
      <dc:date>2004-04-20T18:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: vim &amp; active backspace key</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vim-amp-active-backspace-key/m-p/3254122#M71772</link>
      <description>Check stty -a&lt;BR /&gt;&lt;BR /&gt;Check your backspace settings in /etc/profile and or .bash_profile&lt;BR /&gt;&lt;BR /&gt;See if the results are consistent with other telnet/ssh clients, remote and local. &lt;BR /&gt;&lt;BR /&gt;I am using the same release of Red Hat to type this post and DO NOT have the same results.&lt;BR /&gt;&lt;BR /&gt;Maybe I accidentally got something right.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 20 Apr 2004 19:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vim-amp-active-backspace-key/m-p/3254122#M71772</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-20T19:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: vim &amp; active backspace key</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vim-amp-active-backspace-key/m-p/3254123#M71773</link>
      <description>Hi Steve;&lt;BR /&gt;&lt;BR /&gt;Yes - that's where I found the difference.&lt;BR /&gt;&lt;BR /&gt;I don't know what caused it to be messed up. It could be an anomoly that happened when I switched from BASH to TCSH. &lt;BR /&gt;&lt;BR /&gt;Thanx for the input.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;tonyp&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2004 11:00:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vim-amp-active-backspace-key/m-p/3254123#M71773</guid>
      <dc:creator>tony j. podrasky</dc:creator>
      <dc:date>2004-04-21T11:00:47Z</dc:date>
    </item>
  </channel>
</rss>

