Skip to content

Instantly share code, notes, and snippets.

@rnagasam
Last active June 11, 2018 00:27
Show Gist options
  • Save rnagasam/d3dd0b68ff4de7015f273449773bb1d7 to your computer and use it in GitHub Desktop.
Save rnagasam/d3dd0b68ff4de7015f273449773bb1d7 to your computer and use it in GitHub Desktop.
Minimal vimrc -- 10 lines is all you need
set nocompatible
inoremap jk <esc>
set scrolloff=999
set autochdir
set path+=**
set number
set expandtab
set wildmenu
filetype indent on
syntax enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment