PLEX86  x86- Virtual Machine (VM) Program
 Plex86  |  CVS  |  Mailing List  |  Download  |  Linux  |  Newsgroups

how to backspace in vi 2557


Your Ad Here

Your Ad Here

Unfortuneately not. Various programs have various demands as to what character will act as a backspace. Some programs have ^H hard wired in. If they do not see a ^H they will not erase the character behind the cursor. Others like emacs use ^H for other purppses and demand that you use ^?. some like the tty are programable (eg with stty) as to what they will accept as the backspace code. Thus it is impossible to set up your keyboard so that all programs will use the backspace key as "erase the character in front of the cursor and move the cursor one space to the left". The problem is precisely that it is not a simply matter.

how to backspace in vi 2559
vim behaves differently depending on the value of ARGV0. If you call it as "-usr-bin-vim", it behaves one way; if you call it as "-usr-bin...

I guess it could be worse and EBCDIC could be in compebreastion with ASCII -- ie the IBM keyboard could have dominated rather than the VT Dec keyboard, in compebreastion with the PC ASCII based keyboard. Otherwise half your programs would have used an entirely different encoding even for the letters from the other half.

how to backspace in vi
He seems to be missing a "not". Code point 8 (^H) in ASCII is backspace, but off course, when you do remote echoing then you can use whatever code...

I really really wish that people had taken the ASCII standad seriously and used ^H as the backspace key. But ^? seems to have won out, much to the confusion of all.



Your Ad Here

List | Previous | Next

how to backspace in vi

Linux groups from Newsgroups

The #1 Usenet Provider on the Internet

how to backspace in vi 2556