vim: current .vimrc
" Indention
set autoindent
set expandtab
set smarttab
set tabstop=4
" Search
set hlsearch
set ignorecase
set smartcase
" Text Rendering
set encoding=utf-8
syntax enable
" User Interface
set laststatus=2
set ruler
set title
set background=dark
No comments to display
No comments to display