Skip to content

Instantly share code, notes, and snippets.

@rnagasam
Created June 11, 2018 19:15
Show Gist options
  • Save rnagasam/9669d09fd9e9f48556ccd6ace112b8e6 to your computer and use it in GitHub Desktop.
Save rnagasam/9669d09fd9e9f48556ccd6ace112b8e6 to your computer and use it in GitHub Desktop.
Yet another minimal vimrc
set nocompatible
inoremap jk <esc>
set scrolloff=999
set wildmenu
set path+=**
set number
set expandtab
set autoindent
filetype plugin indent on
syntax enable
set backspace=indent,eol,start
set visualbell
" disable automatic commenting on newline
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
runtime ftplugin/man.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment