" file:~/.vimrc v1.0.0 docs at the end
" enable syntax hightlighting
syntax on
" allways show status line
set ls=2
" set the default windows height to 92
set winheight=92
" set the brightest possible colorscheme
colorscheme elflord
" set the number of spaces the tab should produce
set tabstop=3
" display always the row number on the left
set number
" ignore case when searching
set ignorecase
" show the title in the console title bar
set title
" smooth changes
set ttyfast
" highlight the searched items
set hlsearch
" autoindent by default
set autoindent
" enable MUI type of buffer switching
" NOK map <C-Tab> :bn!<CR>
" purpose:
" provide the defaults for the vim on the hostname host
" credits and sources : http://phuzz.org/vimrc.html
"
" VersionHistory
" 1.0.0 --- 2012-12-24 14:22:52 --- ysg --- Initial creation from source
" eof file: ~/.vimrc
pre class=
No comments:
Post a Comment
- the first minus - Comments have to be moderated because of the spammers
- the second minus - I am very lazy at moderating comments ... hardly find time ...
- the third minus - Short links are no good for security ...
- The REAL PLUS : Any critic and positive feedback is better than none, so your comments will be published sooner or later !!!!