21 lines
No EOL
314 B
VimL
21 lines
No EOL
314 B
VimL
" SCRIPT NAME:
|
|
" .vimrc
|
|
"
|
|
" AUTHOR:
|
|
" Severin Kaderli <severin.kaderli@gmail.com>
|
|
"
|
|
" DESCRIPTION:
|
|
" This is my Vim configuration.
|
|
"
|
|
" USAGE:
|
|
" This file is automatically used by Vim.
|
|
syntax on
|
|
set encoding=utf-8
|
|
set virtualedit=onemore
|
|
set number
|
|
|
|
filetype on
|
|
filetype indent on
|
|
filetype plugin on
|
|
|
|
:imap jk <Esc> |