Skip to content

Instantly share code, notes, and snippets.

@crozone
Created January 26, 2021 04:04
Show Gist options
  • Save crozone/672e134a4236e8ed6daa8b7d6dfb4bd5 to your computer and use it in GitHub Desktop.
Save crozone/672e134a4236e8ed6daa8b7d6dfb4bd5 to your computer and use it in GitHub Desktop.
Good, sane .vimrc. Background=dark and mouse disabled.
syntax on
set background=dark
set showcmd
set showmatch
set mouse=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment