A More Standard VIM
by Steve
As most of us Slackers know, Slackware ships with Elvis VIM as the default link to vi. I personally do not like Elvis VIM and for those who don’t as well, feel free to follow these steps to make vi more friendly.
Code:
ln -sf /usr/bin/vim /usr/bin/vi |
Next, because Patrick uses the example vimrc file for the system default, it sets some mouse settings. These settings require you to press Shift while copying and pasting text. To me this is very annoying.
Code:
vi /usr/share/vim/vimrc | |
:%s/mouse=a/mouse=""/ | |
:wq |
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
Feedback awaiting moderation
This post has 1 feedback awaiting moderation...
07/31/10 10:26:45 pm,