Skip to content

Instantly share code, notes, and snippets.

@gtklocker
Created December 2, 2020 19:23
Show Gist options
  • Save gtklocker/9f938eb8d235c3d95dee7ce07721458c to your computer and use it in GitHub Desktop.
Save gtklocker/9f938eb8d235c3d95dee7ce07721458c to your computer and use it in GitHub Desktop.
Emergency .vimrc
set ignorecase smartcase
set autoindent smartindent
set gdefault hlsearch incsearch showmatch
set expandtab softtabstop=4 shiftwidth=4
syntax on
set laststatus=2
set ruler
set nobackup noswapfile noundofile
set cursorline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment