|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Novell Archives Archived content from Novell openSUSE support forums |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hy!
When I'm writting text in Vim, I'm having problems with backspace! I can erase with backspace when I enter some text, but after i switch to another line and try to erase some text I wrote before, it wont work! Have someone any idea? Thanks! Bruno |
|
|||
|
Bruno Kovacic wrote:
> Hy! > > When I'm writting text in Vim, I'm having problems with backspace! > I can erase with backspace when I enter some text, but after i switch to > another line and try to erase some text I wrote before, it wont work! > > Have someone any idea? > > Thanks! > Bruno I believe that's normal/standard behaviour. In this case, you need to use the Delete key or the 'x' key. Alvin |
|
|||
|
"Alvin" <please@reply_to_the_newsgroup.thanks> wrote in message news:5RWQf.10735$oh5.10382@prv-forum2.provo.novell.com... > Bruno Kovacic wrote: > >> Hy! >> >> When I'm writting text in Vim, I'm having problems with backspace! >> I can erase with backspace when I enter some text, but after i switch to >> another line and try to erase some text I wrote before, it wont work! >> >> Have someone any idea? >> >> Thanks! >> Bruno > > I believe that's normal/standard behaviour. In this case, you need to use > the Delete key or the 'x' key. Yes, I know that. But backspace works fine on every other linux I tried. Do you have any idea how to set it up to work with backspace? > > Alvin |
|
|||
|
Bruno Kovacic wrote:
> "Alvin" <please@reply_to_the_newsgroup.thanks> wrote in message > news:5RWQf.10735$oh5.10382@prv-forum2.provo.novell.com... >> Bruno Kovacic wrote: >> >>> Hy! >>> >>> When I'm writting text in Vim, I'm having problems with backspace! >>> I can erase with backspace when I enter some text, but after i switch to >>> another line and try to erase some text I wrote before, it wont work! >>> >>> Have someone any idea? >>> >>> Thanks! >>> Bruno >> I believe that's normal/standard behaviour. In this case, you need to use >> the Delete key or the 'x' key. > > Yes, I know that. But backspace works fine on every other linux I tried. > Do you have any idea how to set it up to work with backspace? > > >> Alvin > > :map ^V<press backspace> x In insert mode backspace is supposed to erase the last typed character, but in command mode it is x /Birger |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|