LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   More pleasant vim (https://www.linuxquestions.org/questions/slackware-14/more-pleasant-vim-80783/)

Kocil 08-10-2003 08:01 PM

More pleasant vim
 
I used to love vim on Redhat.
But on Slackware 9.0, I reluctantly use joe instead because:
* vim keys are annoying. Pressing key-i once does not always go to insert mode. Backspace, del, arrows also do not work consistently (sometimes it works, the other times they produce garbage characters).
* There is no color, just plain black and white.

Please tell me how to fix it.
Should I get some configuration files from redhat ?

Thanks.

BigBadPenguin 08-10-2003 08:52 PM

You shouldn't need to get the rh files. If you copy the vimrc_example.vim (/usr/share/vim/vim61 on mine)to ~/.vimrc, it should sort these things out. I'm not sure why this isn't done automatically, if you're going to be adding more users, you might want to copy this to /etc/skel as well.

Noryungi 08-11-2003 03:49 AM

I confirm what BigBadPenguin said: copying the vimrc_example into your directory, as ".vimrc" fixes 99.9% of all problems for me. :D

Kocil 08-13-2003 08:45 PM

Thanks Pinguin and Noryunngi.
I'm back to vim now :)

caterboy 06-08-2004 05:02 AM

ln -s /usr/share/vim/vim61/vimrc_example.vim /usr/share/vim/vimrc


All times are GMT -5. The time now is 06:32 AM.