Skip to content

Instantly share code, notes, and snippets.

@grzegorz-zur
Last active October 24, 2019 21:13
Show Gist options
  • Save grzegorz-zur/e020fc02ddfc647a0cdc6b10f940d5e3 to your computer and use it in GitHub Desktop.
Save grzegorz-zur/e020fc02ddfc647a0cdc6b10f940d5e3 to your computer and use it in GitHub Desktop.
:set nocompatible
:set autoread
:set autowrite
:set autowriteall
:set noswapfile
:set autoindent
:set smartindent
:set tabstop=2
:set shiftwidth=2
:set incsearch
:set hlsearch
:set ignorecase
:set smartcase
:set shortmess=a
:set showcmd
:set showmode
:set clipboard=unnamedplus
:syntax off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment