My .vimrc file
" Author: Edward Andrew Robinson
" Email: earobinson@gmail.com
" Mouse
:set mouse=a
" Backup
:set backup
:set writebackup
" Search
:set hlsearch
" Line numbers
:set number
" Syntax
:syntax on
" Indentation
:set autoindent
:set expandtab
:set tabstop=4
No comments:
Post a Comment