This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Things that need no explanation | |
set nocompatible | |
syntax on | |
set background=dark | |
" Tweaks to help mousiness work in normal vim inside an xterm. | |
set mouse=a | |
set ttymouse=xterm2 | |
" Attempt to get sane indenting: |
NewerOlder