Vim: settings

Z An IT Expert PKBase

Bellow is my experimental vim settings inspired by samples found on internet and actually included in my .vimrc:

colorscheme industry
syntax on
filetype on
filetype plugin on
filetype indent on
set nocompatible
set number
set cursorline
set cursorcolumn
set ignorecase
set nobackup
set tabstop=4
set shiftwidth=4
set expandtab
set scrolloff=10
set laststatus=2

set statusline=%<%f%m\ \[%{&ff}:%{&fenc}:%Y]\ %{getcwd()}\ \ \[%{strftime('%Y-%b-%d\ %a\ %I:%M\ %p')}\]\ %=\ Line:%l\/%L\ Column:%c%V\ %P