.vimrc
syntax on
set number
set ruler
set cursorline
set mouse=a
set hlsearch
set incsearch
set showcmd
set clipboard=unnamedplus
set smartindent
set autoindent
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
inoremap { {}<ESC>i