Skip to content

Instantly share code, notes, and snippets.

@varrunr
Last active June 18, 2021 20:46
Show Gist options
  • Save varrunr/2910822 to your computer and use it in GitHub Desktop.
Save varrunr/2910822 to your computer and use it in GitHub Desktop.
.vimrc
filetype indent on
set hlsearch
set expandtab
set shiftwidth=4
set tabstop=4
set backspace=eol,start,indent
set number
set smarttab
set term=builtin_xterm
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment