Skip to content

Instantly share code, notes, and snippets.

@waldson
Created April 22, 2019 11:18
Show Gist options
  • Save waldson/8e41910f08b68db9a8862d17c7eabe8f to your computer and use it in GitHub Desktop.
Save waldson/8e41910f08b68db9a8862d17c7eabe8f to your computer and use it in GitHub Desktop.
Minimal .vimrc
filetype plugin indent on
set encoding=utf-8
set fileencoding=utf-8
set shiftwidth=4
set tabstop=4
set number
set relativenumber
inoremap jk <esc>
nnoremap , :
nnoremap : ,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment