Results 1 to 10 of 13
Hi people..
how do i get the 'Backspace' key working in vi editor
and also how do i get colours in the vi editor when I write C code?
please ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-12-2005 #1Just Joined!
- Join Date
- Jun 2005
- Location
- INDIA
- Posts
- 28
Vi editior help
Hi people..
how do i get the 'Backspace' key working in vi editor
and also how do i get colours in the vi editor when I write C code?
please help
- 07-12-2005 #2
If by "backspace" you mean "move left one position and delete the character currently in that position", it's Shift + x.
- 07-13-2005 #3
- 07-13-2005 #4Linux User
- Join Date
- Jul 2005
- Posts
- 369
use the x key in command mode.
- 07-13-2005 #5
Also, check out the man page
Stumbling around the 'net:
www.cloudyuseful.com
- 07-14-2005 #6Just Joined!
- Join Date
- Jun 2005
- Location
- INDIA
- Posts
- 28
Hello..
Im really in trouble..
i've tried the suggested advice, but in vain they didnt work out
whenever I open the Vi editor..there is a "^[34m~" thing on the screen
When I type the "backspace" key on my keyboard, a "^[34m^?" thing is getting printed
what is this all
I cant code properly with all this mess..please help
Thanks
- 07-14-2005 #7Have you thought about using a different editor for the time being, until you're more comfortable using Vi? If you want a more word-processor-like editor you could try pico or nano. They're very simple and don't offer syntax highlighting. Emacs is a syntax-highlighting editor but the commands are not any more intuitive than VI. Backspace works the way you'd expect it to, though.
Originally Posted by vinny_gryffindor
Registered Linux user #270181
TechieMoe's Tech Rants
- 07-14-2005 #8Linux Newbie
- Join Date
- Feb 2005
- Location
- Texas
- Posts
- 168
jed is another simple syntax highlighting editor.
When you installed Linux, which keyboard did you select in setup?
JeffRegistered Linux User #391940
- 07-14-2005 #9Just Joined!
- Join Date
- Jun 2005
- Location
- INDIA
- Posts
- 28
Hii..
I tried out nano..
its simple and superb...no probs as of now
i'll try jed now..see what it is..its good that it has syntax hilighting
thanks people..
but what about the Vi editor thing?
- 07-14-2005 #10Just Joined!
- Join Date
- Jun 2005
- Location
- Beaverton, OR
- Posts
- 45
There are a lot of tutorials and/or .vimrc examples on the internet.
if you spend some time looking through them, you can get vim/vi working very much however youd' like.
Here is my config, to get you started.
http://maniacallaughter.com/software/vim/vimrc



