dotfiles/.vimrc
Severin Kaderli a5b5d6382f Adjust workspace colors and add sudo bash completion
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
2017-04-11 10:41:59 +02:00

10 lines
131 B
VimL

syntax on
set encoding=utf-8
set virtualedit=onemore
set number
filetype on
filetype indent on
filetype plugin on
:imap jk <Esc>