Created
April 22, 2019 11:18
-
-
Save waldson/8e41910f08b68db9a8862d17c7eabe8f to your computer and use it in GitHub Desktop.
Minimal .vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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