|
Dec 22
|
The default vim isĀ pretty bland and unimpressive. I would share a few of the settings I have found or plundered from Linux installations in order to make vim more usable.
This can go in your .vimrc or in a global location such as /usr/share/vim/vimrc.
I would be interested in what other command line and vim users do to improve Snow Leopard.
step 1. Add following code to /usr/share/vim/vimrc
set nocompatible " Use Vim defaults
set bs=2 " backspacing over everything in insert mode
set ai " Auto indenting
set history=100 " keep 100 lines of history
set ruler " show the ...(continue read)
tags: syntax, vim
tags: syntax, vim



Recent Comments