Cleanup files
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
1610135c84
commit
de361ca0ea
17 changed files with 198 additions and 42 deletions
|
@ -1,3 +1,14 @@
|
|||
" 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
|
||||
|
@ -7,4 +18,4 @@ filetype on
|
|||
filetype indent on
|
||||
filetype plugin on
|
||||
|
||||
:imap jk <Esc>
|
||||
:imap jk <Esc>
|
Loading…
Add table
Add a link
Reference in a new issue