el/mdw-multiple-cursors.el: Make RET work like <enter>.
[profile] / dot / vimrc
CommitLineData
b3468c3b
MW
1set incsearch
2set showcmd
032e314f 3set autoindent
b3468c3b 4
0b496fcb
MW
5set softtabstop=2
6set shiftwidth=2
7
b3468c3b
MW
8if &t_Co > 2 || has("gui_running")
9 syntax on
032e314f
MW
10 set guifont=MiscFixed6x13\ 12
11 hi Normal guifg=white guibg=black
12 set background=dark
b3468c3b 13endif
0b496fcb
MW
14
15if has("autocmd") filetype plugin indent on endif