Created
December 2, 2020 19:23
-
-
Save gtklocker/9f938eb8d235c3d95dee7ce07721458c to your computer and use it in GitHub Desktop.
Emergency .vimrc
This file contains 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
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